http://www.mediawiki.org/wiki/Special:Code/MediaWiki/89136

Revision: 89136
Author:   demon
Date:     2011-05-29 21:19:11 +0000 (Sun, 29 May 2011)
Log Message:
-----------
Equiv. of r89121 for 1.17wmf1

Modified Paths:
--------------
    branches/wmf/1.17wmf1/extensions/LiquidThreads/classes/View.php

Modified: branches/wmf/1.17wmf1/extensions/LiquidThreads/classes/View.php
===================================================================
--- branches/wmf/1.17wmf1/extensions/LiquidThreads/classes/View.php     
2011-05-29 20:41:12 UTC (rev 89135)
+++ branches/wmf/1.17wmf1/extensions/LiquidThreads/classes/View.php     
2011-05-29 21:19:11 UTC (rev 89136)
@@ -1208,7 +1208,7 @@
                $wgOut->addExtensionStyle( 
"$wgLiquidThreadsExtensionPath/lqt.css?{$wgStyleVersion}" );
 
                # Hack to make old LQT work with new WikiEditor, hopefully 
--catrope
-               $wgOut->addModules( array( 'ext.wikiEditor', 
'ext.wikiEditor.toolbar.i18n', 'jquery.wikiEditor.toolbar', 
'jquery.wikiEditor.dialogs', 'jquery.async', 'jquery.cookie', 
'jquery.ui.dialog' ) );
+               $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' ) );
        
                self::$stylesAndScriptsDone = true;
        }


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to