Index: trunk/phase3/resources/Resources.php |
— | — | @@ -142,6 +142,9 @@ |
143 | 143 | 'styles' => 'resources/jquery/jquery.makeCollapsible.css', |
144 | 144 | 'messages' => array( 'collapsible-expand', 'collapsible-collapse' ), |
145 | 145 | ), |
| 146 | + 'jquery.mockjax' => array( |
| 147 | + 'scripts' => 'resources/jquery/jquery.mockjax.js', |
| 148 | + ), |
146 | 149 | 'jquery.mwPrototypes' => array( |
147 | 150 | 'scripts' => 'resources/jquery/jquery.mwPrototypes.js', |
148 | 151 | ), |
— | — | @@ -164,6 +167,9 @@ |
165 | 168 | 'jquery.textSelection' => array( |
166 | 169 | 'scripts' => 'resources/jquery/jquery.textSelection.js', |
167 | 170 | ), |
| 171 | + 'jquery.xmldom' => array( |
| 172 | + 'scripts' => 'resources/jquery/jquery.xmldom.js', |
| 173 | + ), |
168 | 174 | |
169 | 175 | /* jQuery Tipsy */ |
170 | 176 | |