mirror of
https://github.com/placeAtlas/atlas.git
synced 2024-12-24 19:04:29 +01:00
reddit contributions
This commit is contained in:
parent
6ab4fc48b4
commit
ccddefa72c
1 changed files with 3 additions and 2 deletions
|
@ -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]) {
|
||||
|
|
Loading…
Reference in a new issue