From ccddefa72cfeeaea1cf001b0ccf4797ade99e414 Mon Sep 17 00:00:00 2001 From: ash Date: Wed, 6 Apr 2022 16:34:04 +0100 Subject: [PATCH] reddit contributions --- web/_js/main.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web/_js/main.js b/web/_js/main.js index e09af213..81dcb834 100644 --- a/web/_js/main.js +++ b/web/_js/main.js @@ -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]) {