Index: branches/REL1_18/extensions/Vector/modules/ext.vector.collapsibleTabs.js |
— | — | @@ -1,7 +1,7 @@ |
2 | 2 | /* |
3 | 3 | * Collapsible tabs for Vector |
4 | 4 | */ |
5 | | -$(document).ready( function() { |
| 5 | +jQuery(function( $ ) { |
6 | 6 | var rtl = $( 'body' ).is( '.rtl' ); |
7 | 7 | |
8 | 8 | // Overloading the moveToCollapsed function to animate the transition |
Property changes on: branches/REL1_18/extensions/Vector/modules/ext.vector.collapsibleTabs.js |
___________________________________________________________________ |
Modified: svn:mergeinfo |
9 | 9 | Merged /trunk/extensions/Vector/modules/ext.vector.collapsibleTabs.js:r102962 |
Property changes on: branches/REL1_18/extensions |
___________________________________________________________________ |
Modified: svn:mergeinfo |
10 | 10 | Merged /trunk/extensions:r102962 |