r111685 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111684‎ | r111685 | r111686 >
Date:21:30, 16 February 2012
Author:catrope
Status:ok
Tags:
Comment:
CollapsibleNav code wasn't run in a document ready hook. Maybe, just maybe, that caused part of bug 34450 ?
Modified paths:
  • /trunk/extensions/Vector/modules/ext.vector.collapsibleNav.js (modified) (history)

Diff [purge]

Index: trunk/extensions/Vector/modules/ext.vector.collapsibleNav.js
@@ -1,7 +1,7 @@
22 /*
33 * Collapisble navigation for Vector
44 */
5 -( function( $ ) {
 5+jQuery( function( $ ) {
66
77 /* Browser Support */
88
@@ -223,4 +223,4 @@
224224 }
225225 return false;
226226 } );
227 -} )( jQuery );
 227+} );

Follow-up revisions

RevisionCommit summaryAuthorDate
r111687MFT r111685reedy21:39, 16 February 2012
r111771MFT r111484, r111575, r111685reedy18:21, 17 February 2012
r111804Fix weird bug where CSS was not loaded yet, and it was assumed that it would....werdna00:14, 18 February 2012
r111809Add missing dependency of mediawiki.user to mediawiki.api.watch. May resolve ...werdna00:42, 18 February 2012

Status & tagging log