Reverts part of r80036 - jquery.client is already depended on by mediaWiki.util ...
authorTrevor Parscal <tparscal@users.mediawiki.org>
Tue, 11 Jan 2011 23:10:12 +0000 (23:10 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Tue, 11 Jan 2011 23:10:12 +0000 (23:10 +0000)
resources/mediawiki/mediawiki.js

index edf8b67..7533c1e 100644 (file)
@@ -1183,7 +1183,6 @@ if ( typeof startUp === 'function' ) {
 
 // Add jQuery Cookie to initial payload (used in mediaWiki.user)
 mediaWiki.loader.load( 'jquery.cookie' );
-mediaWiki.loader.load( 'jquery.client' );
 
 // Alias $j to jQuery for backwards compatibility
 window.$j = jQuery;