r102963 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102962‎ | r102963 | r102964 >
Date:10:31, 14 November 2011
Author:catrope
Status:ok
Tags:
Comment:
More $ aliasing in obsolete code
Modified paths:
  • /trunk/extensions/Vector/modules/ext.vector.expandableSearch.js (modified) (history)
  • /trunk/extensions/Vector/modules/ext.vector.footerCleanup.js (modified) (history)

Diff [purge]

Index: trunk/extensions/Vector/modules/ext.vector.footerCleanup.js
@@ -1,7 +1,7 @@
22 /*
33 * Footer cleanup for Vector
44 */
5 -$( document ).ready( function() {
 5+jQuery( document ).ready( function( $ ) {
66 $( '#editpage-copywarn' )
77 .add( '.editOptions' )
88 .wrapAll( '<div id="editpage-bottom"></div>' );
Index: trunk/extensions/Vector/modules/ext.vector.expandableSearch.js
@@ -1,7 +1,7 @@
22 /*
33 * Expandable search for Vector
44 */
5 -$( document ).ready( function() {
 5+jQuery( document ).ready( function( $ ) {
66
77 /* Browser Support */
88

Status & tagging log