aboutsummaryrefslogtreecommitdiffstats
path: root/web/js
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-01-24 14:34:18 +0000
committerMatthew Somerville <matthew@mysociety.org>2013-01-24 14:34:46 +0000
commit2562f16ffebb6e1b3e93396fe495eb9722403ccf (patch)
tree5106913fdbd807cbd5c6e4e1b0f5ae0a53c3e151 /web/js
parent2942b053f5cd09d489f347d47ee2466e6627d58d (diff)
No permalink on Zurich.
Diffstat (limited to 'web/js')
-rw-r--r--web/js/map-wmts-zurich.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/web/js/map-wmts-zurich.js b/web/js/map-wmts-zurich.js
index 12d267775..f7e1fbf05 100644
--- a/web/js/map-wmts-zurich.js
+++ b/web/js/map-wmts-zurich.js
@@ -18,10 +18,6 @@ $(function(){
*/
function set_map_config(perm) {
// This stuff is copied from js/map-bing-ol.js
- var permalink_id;
- if ($('#map_permalink').length) {
- permalink_id = 'map_permalink';
- }
var nav_opts = { zoomWheelEnabled: false };
if (fixmystreet.page == 'around' && $('html').hasClass('mobile')) {
@@ -33,7 +29,6 @@ $(function(){
new OpenLayers.Control.Attribution(),
new OpenLayers.Control.ArgParser(),
fixmystreet.nav_control,
- new OpenLayers.Control.Permalink(permalink_id),
new OpenLayers.Control.PanZoomFMS({id: 'fms_pan_zoom' })
];