Adding new jquery plugins to Resources.php so they'll be available through ResourceLo...
authorIan Baker <raindrift@users.mediawiki.org>
Thu, 4 Aug 2011 20:52:40 +0000 (20:52 +0000)
committerIan Baker <raindrift@users.mediawiki.org>
Thu, 4 Aug 2011 20:52:40 +0000 (20:52 +0000)
resources/Resources.php

index 06dbb39..d51d586 100644 (file)
@@ -142,6 +142,9 @@ return array(
                'styles' => 'resources/jquery/jquery.makeCollapsible.css',
                'messages' => array( 'collapsible-expand', 'collapsible-collapse' ),
        ),
+       'jquery.mockjax' => array(
+               'scripts' => 'resources/jquery/jquery.mockjax.js',
+       ),
        'jquery.mwPrototypes' => array(
                'scripts' => 'resources/jquery/jquery.mwPrototypes.js',
        ),
@@ -164,6 +167,9 @@ return array(
        'jquery.textSelection' => array(
                'scripts' => 'resources/jquery/jquery.textSelection.js',
        ),
+       'jquery.xmldom' => array(
+               'scripts' => 'resources/jquery/jquery.xmldom.js',
+       ),
 
        /* jQuery Tipsy */