Missed the sidebar on browse page
This commit is contained in:
parent
d8cf49f0d7
commit
aca5308bcd
1 changed files with 2 additions and 0 deletions
|
@ -254,6 +254,8 @@ $(document).ready(function () {
|
|||
};
|
||||
|
||||
page.load = function(path, type, id) {
|
||||
$("#sidebar").removeClass("minimized");
|
||||
|
||||
if (OSM.STATUS === 'api_offline' || OSM.STATUS === 'database_offline') return;
|
||||
|
||||
if (type === 'note') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue