Missed the sidebar on browse page

This commit is contained in:
Aaron Lidman 2013-11-06 17:48:33 -08:00
parent d8cf49f0d7
commit aca5308bcd

View file

@ -254,6 +254,8 @@ $(document).ready(function () {
}; };
page.load = function(path, type, id) { page.load = function(path, type, id) {
$("#sidebar").removeClass("minimized");
if (OSM.STATUS === 'api_offline' || OSM.STATUS === 'database_offline') return; if (OSM.STATUS === 'api_offline' || OSM.STATUS === 'database_offline') return;
if (type === 'note') { if (type === 'note') {