Index: trunk/extensions/Vector/modules/ext.vector.collapsibleNav.js |
— | — | @@ -160,6 +160,7 @@ |
161 | 161 | // Apply a class to the entire panel to activate styles |
162 | 162 | $( '#mw-panel' ).addClass( 'collapsible-nav' ); |
163 | 163 | // Use cookie data to restore preferences of what to show and hide |
| 164 | + $( '#mw-panel div.body').hide(); |
164 | 165 | $( '#mw-panel > div.portal:not(.persistent)' ) |
165 | 166 | .each( function( i ) { |
166 | 167 | var id = $(this).attr( 'id' ); |