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