aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/map-OpenLayers.js
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2019-02-13 17:52:04 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2019-02-13 17:52:04 +0000
commitb2130af3a88d2e2980a3e74fc1eac252afa1f443 (patch)
tree19ea6672d0ee3730f3a018f61877d41f8542b6e2 /web/js/map-OpenLayers.js
parent1825a09bbdfee97928a251a84534d859b1a43387 (diff)
Fix typo in d4c2211cf.
Diffstat (limited to 'web/js/map-OpenLayers.js')
-rw-r--r--web/js/map-OpenLayers.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/js/map-OpenLayers.js b/web/js/map-OpenLayers.js
index a18741049..927067737 100644
--- a/web/js/map-OpenLayers.js
+++ b/web/js/map-OpenLayers.js
@@ -491,7 +491,7 @@ $.extend(fixmystreet.utils, {
} else {
delete qs.p;
}
- update_history(new_url, {
+ update_history(qs, {
page_change: { 'page': page, 'show_old_reports': show_old_reports }
});
}