]> git.openstreetmap.org Git - rails.git/commitdiff
Remove unused (and bogus) code
authorTom Hughes <tom@compton.nu>
Thu, 13 Mar 2014 17:33:46 +0000 (17:33 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 13 Mar 2014 17:33:46 +0000 (17:33 +0000)
app/assets/javascripts/index/export.js

index 3210bf1d14123c8a173c99d9b15c547e6b999323..1efac1b31baf6ea1f007a4d6b32da847677a918a 100644 (file)
@@ -69,7 +69,6 @@ OSM.Export = function(map) {
 
     $("#maxlat, #minlon, #maxlon, #minlat").change(boundsChanged);
     $("#drag_box").click(enableFilter);
-    $("#sidebar_content .close").on("click", page.minimizeSidebar);
     $(".export_form").on("submit", checkSubmit);
 
     update();