r76416 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76415‎ | r76416 | r76417 >
Date:22:33, 9 November 2010
Author:tparscal
Status:ok
Tags:
Comment:
Made the collapsible navigation execute earlier, removing the animation effect of it being enabled after document ready in most cases.
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 -$( document ).ready( function() {
 5+( function( $ ) {
66
77 /* Browser Support */
88
@@ -223,4 +223,4 @@
224224 $(this).blur();
225225 return false;
226226 } );
227 -} );
 227+} )( jQuery );

Status & tagging log