reddit contributions

This commit is contained in:
ash 2022-04-06 16:34:04 +01:00
parent 6ab4fc48b4
commit ccddefa72c
No known key found for this signature in database
GPG key ID: 9680D0BE1469C427

View file

@ -78,8 +78,9 @@ var atlas = null;
init();
async function init(){
let resp = await fetch("../tools/temp_atlas.json");
// For Reviewing Reddit Changes
//let resp = await fetch("../tools/temp_atlas.json");
let resp = await fetch(".atlas.json");
atlas = await resp.json();
atlas.sort(function (a, b) {
if (a.center[1] < b.center[1]) {