reddit contributions

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

View file

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