Remove unused (and bogus) code

This commit is contained in:
Tom Hughes 2014-03-13 17:33:46 +00:00
parent b4a2b23025
commit 82ff8ef58d

View 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();