Index: trunk/extensions/LiquidThreads/classes/View.php |
— | — | @@ -822,10 +822,8 @@ |
823 | 823 | |
824 | 824 | $basePath = "$wgScriptPath/extensions/$wgLiquidThreadsExtensionName"; |
825 | 825 | |
826 | | - if ( !$wgEnableJS2system ) { |
827 | | - $wgOut->addScriptFile( "$basePath/jquery/js2.combined.js" ); |
828 | | - $wgOut->addExtensionStyle( "$basePath/jquery/jquery-ui-1.7.2.css" ); |
829 | | - } |
| 826 | + $wgOut->addScriptFile( "$basePath/jquery/js2.combined.js" ); |
| 827 | + $wgOut->addExtensionStyle( "$basePath/jquery/jquery-ui-1.7.2.css" ); |
830 | 828 | |
831 | 829 | $wgOut->addScriptFile( "$basePath/jquery/jquery.autogrow.js" ); |
832 | 830 | |