r111687 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111686‎ | r111687 | r111688 >
Date:21:39, 16 February 2012
Author:reedy
Status:ok
Tags:
Comment:
Modified paths:
  • /branches/wmf/1.19wmf1/extensions/Vector (modified) (history)
  • /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
@@ -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+} );
Property changes on: branches/wmf/1.19wmf1/extensions/Vector
___________________________________________________________________
Added: svn:mergeinfo
228228 Merged /branches/JSTesting/extensions/Vector:r100352-107913
229229 Merged /branches/REL1_15/phase3/extensions/Vector:r51646
230230 Merged /branches/wmf/1.18wmf1/extensions/Vector:r97508
231231 Merged /branches/REL1_17/phase3/extensions/Vector:r81445,81448
232232 Merged /trunk/extensions/Vector:r111043,111199,111218,111484,111575,111659-111661,111668,111670,111685
233233 Merged /branches/sqlite/extensions/Vector:r58211-58321
234234 Merged /trunk/phase3/extensions/Vector:r111002,111029,111034,111062,111067,111076,111085,111128,111144,111251
235235 Merged /branches/new-installer/phase3/extensions/Vector:r43664-66004

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r111685CollapsibleNav code wasn't run in a document ready hook. Maybe, just maybe, t...catrope21:30, 16 February 2012

Status & tagging log