diff options
author | Josh Angell <josh@supercooldesign.co.uk> | 2012-02-29 09:56:10 +0000 |
---|---|---|
committer | Josh Angell <josh@supercooldesign.co.uk> | 2012-02-29 09:56:10 +0000 |
commit | 469dc03ec8ec63c5d924e629f2b4a0268bd626e4 (patch) | |
tree | dbc2dc83680033ebb384f5f902e95f7e60b54aa7 /web/js/map-bing-ol.js | |
parent | 60c0c4f6bcb9c450b20fa8722284696f8d4c3a1c (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.js | 1 |
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'; } |