r111807 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111806‎ | r111807 | r111808 >
Date:00:20, 18 February 2012
Author:werdna
Status:ok
Tags:
Comment:
Modified paths:
  • /branches/wmf/1.19wmf1/extensions/Vector/modules/ext.vector.collapsibleNav.js (modified) (history)

Diff [purge]

Index: branches/wmf/1.19wmf1/extensions/Vector/modules/ext.vector.collapsibleNav.js
@@ -160,7 +160,6 @@
161161 // Apply a class to the entire panel to activate styles
162162 $( '#mw-panel' ).addClass( 'collapsible-nav' );
163163 // Use cookie data to restore preferences of what to show and hide
164 - $( '#mw-panel div.body').hide();
165164 $( '#mw-panel > div.portal:not(.persistent)' )
166165 .each( function( i ) {
167166 var id = $(this).attr( 'id' );
@@ -174,6 +173,7 @@
175174 $(this)
176175 .addClass( 'expanded' )
177176 .find( 'div.body' )
 177+ .hide() // bug 34450
178178 .show();
179179 } else {
180180 $(this).addClass( 'collapsed' );
Property changes on: branches/wmf/1.19wmf1/extensions/Vector/modules/ext.vector.collapsibleNav.js
___________________________________________________________________
Modified: svn:mergeinfo
181181 Merged /trunk/extensions/Vector/modules/ext.vector.collapsibleNav.js:r111806

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r111805MFT r111804werdna00:15, 18 February 2012

Status & tagging log