From 59a4e49976e00aa80277e53f4e7b08735884a1b6 Mon Sep 17 00:00:00 2001 From: Ian Baker Date: Thu, 4 Aug 2011 20:52:40 +0000 Subject: [PATCH] Adding new jquery plugins to Resources.php so they'll be available through ResourceLoader, followup to r93908 --- resources/Resources.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/Resources.php b/resources/Resources.php index 06dbb39306..d51d586b91 100644 --- a/resources/Resources.php +++ b/resources/Resources.php @@ -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 */ -- 2.20.1