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 @@
2
2
/*
3
3
* Collapisble navigation for Vector
4
4
*/
5
-( function( $ ) {
5
+jQuery( function( $ ) {
6
6
7
7
/* Browser Support */
8
8
—
—
@@ -223,4 +223,4 @@
224
224
}
225
225
return false;
226
226
} );
227
-} )( jQuery );
227
+} );
Follow-up revisions
Revision
Commit summary
Author
Date
r111687
MFT
r111685
reedy
21:39, 16 February 2012
r111771
MFT
r111484
,
r111575
,
r111685
reedy
18:21, 17 February 2012
r111804
Fix weird bug where CSS was not loaded yet, and it was assumed that it would....
werdna
00:14, 18 February 2012
r111809
Add missing dependency of mediawiki.user to mediawiki.api.watch. May resolve ...
werdna
00:42, 18 February 2012
Status & tagging log
18:22, 17 February 2012
Reedy
(
talk
|
contribs
)
changed the
tags
for r111685
[
removed:
1.19]
07:08, 17 February 2012
Nikerabbit
(
talk
|
contribs
)
changed the
status
of r111685
[
removed:
new
added:
ok]
22:58, 16 February 2012
Catrope
(
talk
|
contribs
)
changed the
tags
for r111685
[
added:
1.19]