Fixes https://trac.openstreetmap.org/ticket/5063
$("#content").addClass("overlay-sidebar");
map.invalidateSize({pan: false})
.panBy([-350, 0], {animate: false});
$("#content").addClass("overlay-sidebar");
map.invalidateSize({pan: false})
.panBy([-350, 0], {animate: false});
+ document.title = I18n.t('layouts.project_name.title');
};
page.load = function() {
};
page.load = function() {
page.popstate = function() {
$("#content").addClass("overlay-sidebar");
map.invalidateSize({pan: false});
page.popstate = function() {
$("#content").addClass("overlay-sidebar");
map.invalidateSize({pan: false});
+ document.title = I18n.t('layouts.project_name.title');
};
page.unload = function() {
};
page.unload = function() {
- "*.site.index.remote_failed"
- "*.site.sidebar.search_results"
- "*.diary_entry.edit.marker_text"
- "*.site.index.remote_failed"
- "*.site.sidebar.search_results"
- "*.diary_entry.edit.marker_text"
+ - "*.layouts.project_name.title"