r103030 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103029‎ | r103030 | r103031 >
Date:21:03, 14 November 2011
Author:reedy
Status:ok
Tags:
Comment:
REL1_18 MFT r102962
Modified paths:
  • /branches/REL1_18/extensions (modified) (history)
  • /branches/REL1_18/extensions/Vector/modules/ext.vector.collapsibleTabs.js (modified) (history)

Diff [purge]

Index: branches/REL1_18/extensions/Vector/modules/ext.vector.collapsibleTabs.js
@@ -1,7 +1,7 @@
22 /*
33 * Collapsible tabs for Vector
44 */
5 -$(document).ready( function() {
 5+jQuery(function( $ ) {
66 var rtl = $( 'body' ).is( '.rtl' );
77
88 // Overloading the moveToCollapsed function to animate the transition
Property changes on: branches/REL1_18/extensions/Vector/modules/ext.vector.collapsibleTabs.js
___________________________________________________________________
Modified: svn:mergeinfo
99 Merged /trunk/extensions/Vector/modules/ext.vector.collapsibleTabs.js:r102962
Property changes on: branches/REL1_18/extensions
___________________________________________________________________
Modified: svn:mergeinfo
1010 Merged /trunk/extensions:r102962

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r102962Properly alias $ to jQuery in collapsibleTabscatrope10:30, 14 November 2011

Status & tagging log