diff options
author | Matthew Somerville <matthew@mysociety.org> | 2015-01-09 17:40:53 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2015-01-09 17:47:26 +0000 |
commit | 14384f023d897e40a6f02a58eea0f3d84c6584d8 (patch) | |
tree | 1f13eab380bac26f3027dca671353013dca7f231 /web/js/map-OpenLayers.js | |
parent | c97e241b1a8531575f6d51eaa8231ab2bb2e579c (diff) |
Revert most of "Experiment, no pins by default."
This reverts most of commit 71b400a1f5991b9a693095c417aa61e274a5215d,
leaving the skip-this-step CSS changes and the tweaks to the /ajax JSON
output.
Diffstat (limited to 'web/js/map-OpenLayers.js')
-rw-r--r-- | web/js/map-OpenLayers.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/web/js/map-OpenLayers.js b/web/js/map-OpenLayers.js index 63625efb8..c7bfef2b0 100644 --- a/web/js/map-OpenLayers.js +++ b/web/js/map-OpenLayers.js @@ -227,10 +227,6 @@ function fixmystreet_onload() { } }); - if (fixmystreet.initial_hide_pins) { - $('#hide_pins_link').click(); - } - $('#all_pins_link').click(function(e) { e.preventDefault(); fixmystreet.markers.setVisibility(true); |