diff options
Diffstat (limited to 'web/js/map-toner-lite.js')
-rw-r--r-- | web/js/map-toner-lite.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/js/map-toner-lite.js b/web/js/map-toner-lite.js index eda12ff28..0700dbb55 100644 --- a/web/js/map-toner-lite.js +++ b/web/js/map-toner-lite.js @@ -4,7 +4,7 @@ fixmystreet.maps.config = function() { permalink_id = 'map_permalink'; } fixmystreet.controls = [ - new OpenLayers.Control.ArgParser(), + new OpenLayers.Control.ArgParserFMS(), new OpenLayers.Control.Navigation(), new OpenLayers.Control.PermalinkFMS(permalink_id), new OpenLayers.Control.PanZoomFMS({id: 'fms_pan_zoom' }) |