Redo mobile styles
This commit is contained in:
parent
040804335d
commit
cdfe2ac21e
11 changed files with 48 additions and 78 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue