Index: branches/wmf/1.17wmf1/extensions/LiquidThreads/classes/View.php |
— | — | @@ -1208,7 +1208,7 @@ |
1209 | 1209 | $wgOut->addExtensionStyle( "$wgLiquidThreadsExtensionPath/lqt.css?{$wgStyleVersion}" ); |
1210 | 1210 | |
1211 | 1211 | # Hack to make old LQT work with new WikiEditor, hopefully --catrope |
1212 | | - $wgOut->addModules( array( 'ext.wikiEditor', 'ext.wikiEditor.toolbar.i18n', 'jquery.wikiEditor.toolbar', 'jquery.wikiEditor.dialogs', 'jquery.async', 'jquery.cookie', 'jquery.ui.dialog' ) ); |
| 1212 | + $wgOut->addModules( array( 'ext.wikiEditor', 'ext.wikiEditor.toolbar.i18n', 'jquery.wikiEditor.toolbar', 'jquery.wikiEditor.dialogs', 'jquery.async', 'jquery.cookie', 'jquery.ui.dialog', 'jquery.ui.droppable' ) ); |
1213 | 1213 | |
1214 | 1214 | self::$stylesAndScriptsDone = true; |
1215 | 1215 | } |