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 @@
2
2
/*
3
3
* Collapisble navigation for Vector
4
4
*/
5
-$( document ).ready( function() {
5
+( function( $ ) {
6
6
7
7
/* Browser Support */
8
8
—
—
@@ -223,4 +223,4 @@
224
224
$(this).blur();
225
225
return false;
226
226
} );
227
-} );
227
+} )( jQuery );
Status & tagging log
21:43, 13 November 2010
Catrope
(
talk
|
contribs
)
changed the
status
of r76416
[
removed:
new
added:
ok]