https://bugzilla.wikimedia.org/show_bug.cgi?id=28407

--- Comment #8 from T. Gries <m...@tgries.de> 2011-05-29 18:46:20 UTC ---
oops, actually the bug was fixed in r89121

Index: trunk/extensions/LiquidThreads/LiquidThreads.php
===================================================================
--- trunk/extensions/LiquidThreads/LiquidThreads.php    (revision 89120)
+++ trunk/extensions/LiquidThreads/LiquidThreads.php    (revision 89121)
@@ -71,7 +71,7 @@
 $wgResourceModules['ext.liquidThreads'] = $lqtResourceTemplate + array(
     'styles' => array( 'lqt.css', 'jquery/jquery.thread_collapse.css',
'lqt.dialogs.css' ),
     'scripts' => array( 'lqt.js', 'js/lqt.toolbar.js',
'jquery/jquery.thread_collapse.js', 'jquery/jquery.autogrow.js' ),
-    'dependencies' => array( 'jquery.ui.dialog' ),
+    'dependencies' => array( 'jquery.ui.dialog', 'jquery.ui.droppable' ),
     'messages' => $lqtMessages
 );

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to