From: Platonides Date: Sun, 31 Oct 2010 18:19:02 +0000 (+0000) Subject: Remove call to deprecated $wgOut->includeJQuery(); X-Git-Tag: 1.31.0-rc.0~34184 X-Git-Url: http://git.cyclocoop.org/%22%2C%20generer_url_ecrire%28?a=commitdiff_plain;h=babc48cf0e9019ee52c82584372ad3835ea68026;p=lhc%2Fweb%2Fwiklou.git Remove call to deprecated $wgOut->includeJQuery(); --- diff --git a/includes/EditPage.php b/includes/EditPage.php index 1d1dead3d1..0c9be60501 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -320,7 +320,6 @@ class EditPage { $wgOut->addModules( 'mediawiki.legacy.edit' ); if ( $wgUser->getOption( 'uselivepreview', false ) ) { - $wgOut->includeJQuery(); $wgOut->addModules( 'mediawiki.legacy.preview' ); }