Added alias of jQuery to $j - this is only to get site/user scripts that were using...
authorTrevor Parscal <tparscal@users.mediawiki.org>
Mon, 13 Sep 2010 18:04:29 +0000 (18:04 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Mon, 13 Sep 2010 18:04:29 +0000 (18:04 +0000)
skins/common/wikibits.js

index 0eda626..79f7aba 100644 (file)
@@ -1093,4 +1093,8 @@ hookEvent( 'load', runOnloadHook );
 
 if ( ie6_bugs ) {
        importScriptURI( stylepath + '/common/IEFixes.js' );
-}
\ No newline at end of file
+}
+
+// jQuery alias
+
+window.$j = jQuery;
\ No newline at end of file