From 137811aa5e97484bc5da12fdc383c7f82ec34a59 Mon Sep 17 00:00:00 2001 From: "aiyion.prime" Date: Sun, 15 Nov 2020 22:50:47 +0100 Subject: [PATCH] move map -> main.json --- index.html | 2 +- map.json => main.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename map.json => main.json (99%) diff --git a/index.html b/index.html index 7cafbef..40a4487 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ if (path.endsWith('index.html')) { path = path.substr(path, path.length - 'index.html'.length); } - var url = 'https://play.wa-test.rc3.cccv.de/_/global/'+window.location.host+path+'map.json'; + var url = 'https://play.wa-test.rc3.cccv.de/_/global/'+window.location.host+path+'main.json'; document.getElementById('mapLink').href = url; document.getElementById('mapLink').innerText = url; }; diff --git a/map.json b/main.json similarity index 99% rename from map.json rename to main.json index 152c031..b08bb6b 100644 --- a/map.json +++ b/main.json @@ -9,7 +9,7 @@ "export": { "format":"json", - "target":"map.json" + "target":"main.json" } }, "height":35, @@ -1319,4 +1319,4 @@ "type":"map", "version":1.4, "width":29 -} \ No newline at end of file +}