From beca60fe6b54b217d7edab170c72f8c41fa9a965 Mon Sep 17 00:00:00 2001 From: JManDoo Date: Fri, 23 Feb 2018 13:48:38 -0600 Subject: [PATCH] Fixed references to map.js after code cleanup --- manifest.json | 2 +- package.json | 2 +- src/main.html | 1 + src/tabs/map.html | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index b6fe8c09..3cad4235 100755 --- a/manifest.json +++ b/manifest.json @@ -45,7 +45,7 @@ "partitions": [ { "name": "map", - "accessible_resources" : ["tabs/map.html", "tabs/map.js", "/images/icons/cf_icon_position.png"] + "accessible_resources" : ["tabs/map.html", "js/tabs/map.js", "/images/icons/cf_icon_position.png"] } ] }, diff --git a/package.json b/package.json index da96213b..fb9349a6 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "name": "map", "accessible_resources": [ "tabs/map.html", - "tabs/map.js", + "js/tabs/map.js", "/images/icons/cf_icon_position.png" ] } diff --git a/src/main.html b/src/main.html index 767f5583..e24f319f 100755 --- a/src/main.html +++ b/src/main.html @@ -90,6 +90,7 @@ + diff --git a/src/tabs/map.html b/src/tabs/map.html index 8da5b564..a28132bb 100644 --- a/src/tabs/map.html +++ b/src/tabs/map.html @@ -11,7 +11,7 @@ padding: 0px; } - +