Redo mobile styles

This commit is contained in:
John Firebaugh 2013-11-07 17:04:44 -08:00
parent 040804335d
commit cdfe2ac21e
11 changed files with 48 additions and 78 deletions

View file

@ -51,13 +51,10 @@ OSM.Export = function(map) {
page.pushstate = page.popstate = function(path) {
$("#export_tab").addClass("current");
$("#sidebar").removeClass("minimized");
map.invalidateSize();
$("#sidebar_content").load(path, page.load);
};
page.load = function() {
$("#sidebar").removeClass("minimized");
map
.addLayer(locationFilter)
.on("moveend", update);