From: Aaron Lidman Date: Thu, 7 Nov 2013 01:48:33 +0000 (-0800) Subject: Missed the sidebar on browse page X-Git-Tag: live~4661^2~158 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/aca5308bcdc5ed5d85236731b65b728a4b870a09 Missed the sidebar on browse page --- diff --git a/app/assets/javascripts/index.js b/app/assets/javascripts/index.js index 8a1776714..cc4fc72f5 100644 --- a/app/assets/javascripts/index.js +++ b/app/assets/javascripts/index.js @@ -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') {