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; } - +