aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/map-bing-ol.js
diff options
context:
space:
mode:
authorJosh Angell <josh@supercooldesign.co.uk>2012-02-29 09:56:10 +0000
committerJosh Angell <josh@supercooldesign.co.uk>2012-02-29 09:56:10 +0000
commit469dc03ec8ec63c5d924e629f2b4a0268bd626e4 (patch)
treedbc2dc83680033ebb384f5f902e95f7e60b54aa7 /web/js/map-bing-ol.js
parent60c0c4f6bcb9c450b20fa8722284696f8d4c3a1c (diff)
Make permalink_id not global
Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
Diffstat (limited to 'web/js/map-bing-ol.js')
-rw-r--r--web/js/map-bing-ol.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/js/map-bing-ol.js b/web/js/map-bing-ol.js
index 3eecf7ce0..b95eb84fb 100644
--- a/web/js/map-bing-ol.js
+++ b/web/js/map-bing-ol.js
@@ -1,4 +1,5 @@
function set_map_config(perm) {
+ var permalink_id;
if ($('#map_permalink').length) {
permalink_id = 'map_permalink';
}