Remove Sajax
[lhc/web/wiklou.git] / includes / skins / Skin.php
index 327ef7c..2a1b0a3 100644 (file)
@@ -209,8 +209,6 @@ abstract class Skin extends ContextSource {
 
                // Add various resources if required
                if ( $wgUseAjax ) {
-                       $modules['legacy'][] = 'mediawiki.legacy.ajax';
-
                        if ( $wgEnableAPI ) {
                                if ( $wgEnableWriteAPI && $wgAjaxWatch && $user->isLoggedIn()
                                        && $user->isAllowed( 'writeapi' )