]> git.openstreetmap.org Git - rails.git/commitdiff
Missed the sidebar on browse page
authorAaron Lidman <aaronlidman@gmail.com>
Thu, 7 Nov 2013 01:48:33 +0000 (17:48 -0800)
committerAaron Lidman <aaronlidman@gmail.com>
Thu, 7 Nov 2013 01:48:51 +0000 (17:48 -0800)
app/assets/javascripts/index.js

index 8a17767140864c96d9bbc4b8e9f893d8e0d91cf5..cc4fc72f51701b9a500fb13e04b66f7a1f2253ee 100644 (file)
@@ -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') {