mirror of
https://github.com/placeAtlas/atlas.git
synced 2024-11-19 08:27:54 +01:00
reddit contributions
This commit is contained in:
parent
ccddefa72c
commit
4493f85e0c
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ init();
|
||||||
async function init(){
|
async function init(){
|
||||||
// For Reviewing Reddit Changes
|
// For Reviewing Reddit Changes
|
||||||
//let resp = await fetch("../tools/temp_atlas.json");
|
//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 = await resp.json();
|
||||||
atlas.sort(function (a, b) {
|
atlas.sort(function (a, b) {
|
||||||
if (a.center[1] < b.center[1]) {
|
if (a.center[1] < b.center[1]) {
|
||||||
|
|
Loading…
Reference in a new issue