From f61c37a662c36022d90f6149e7bc4bd4755ce8fe Mon Sep 17 00:00:00 2001 From: Michael Murtaugh Date: Thu, 13 Jun 2019 11:57:38 +0200 Subject: [PATCH] moved --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index c0514f7..12d4f80 100644 --- a/dist/index.js +++ b/dist/index.js @@ -46,7 +46,7 @@ var map = new app.Map(symbols); map.init_svg("#svg"); async function doload () { console.log("loading map"); - await map.load_json("sitemap.json"); + await map.load_json("data/sitemap.json"); // console.log("loading categories"); // await map.load_cats("cats.json", cats_contents); console.log("LOADED!");