Index: trunk/extensions/Vector/modules/ext.vector.footerCleanup.js |
— | — | @@ -1,7 +1,7 @@ |
2 | 2 | /* |
3 | 3 | * Footer cleanup for Vector |
4 | 4 | */ |
5 | | -$( document ).ready( function() { |
| 5 | +jQuery( document ).ready( function( $ ) { |
6 | 6 | $( '#editpage-copywarn' ) |
7 | 7 | .add( '.editOptions' ) |
8 | 8 | .wrapAll( '<div id="editpage-bottom"></div>' ); |
Index: trunk/extensions/Vector/modules/ext.vector.expandableSearch.js |
— | — | @@ -1,7 +1,7 @@ |
2 | 2 | /* |
3 | 3 | * Expandable search for Vector |
4 | 4 | */ |
5 | | -$( document ).ready( function() { |
| 5 | +jQuery( document ).ready( function( $ ) { |
6 | 6 | |
7 | 7 | /* Browser Support */ |
8 | 8 | |