diff options
author | Zarino Zappia <mail@zarino.co.uk> | 2016-06-20 17:08:25 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-07-11 15:15:36 +0100 |
commit | 898a64596ae5be52c94663ddead42641f903c4cd (patch) | |
tree | bed4d5fe6416e92119953a1f029242da79c37eb0 /templates/web/fixmystreet.com/front/javascript.html | |
parent | 8badf396faf199eec72b7b0c1790e055d23c3971 (diff) |
Move to using pushState for new report.
Update the URL whenever location of pin is updated (first time, drag, or
reclick), make sure it works when clicking back.
Diffstat (limited to 'templates/web/fixmystreet.com/front/javascript.html')
-rw-r--r-- | templates/web/fixmystreet.com/front/javascript.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/web/fixmystreet.com/front/javascript.html b/templates/web/fixmystreet.com/front/javascript.html index 0ccaa0870..d1c48a432 100644 --- a/templates/web/fixmystreet.com/front/javascript.html +++ b/templates/web/fixmystreet.com/front/javascript.html @@ -9,7 +9,6 @@ Modernizr.load({ "preload![% version('/js/map-OpenLayers.js') %]", "preload![% version('/js/map-bing-ol.js') %]", "preload![% version('/js/map-fms.js') %]", - "preload![% version('/js/jquery.ba-hashchange.min.js') %]" ] }); </script> |