summaryrefslogtreecommitdiff
path: root/extensions/Vector/Vector.php
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/Vector/Vector.php')
-rw-r--r--extensions/Vector/Vector.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/extensions/Vector/Vector.php b/extensions/Vector/Vector.php
index 1d7eefdf..f47e2e93 100644
--- a/extensions/Vector/Vector.php
+++ b/extensions/Vector/Vector.php
@@ -52,7 +52,7 @@ $wgExtensionCredits['other'][] = array(
'name' => 'Vector',
'author' => array( 'Trevor Parscal', 'Roan Kattouw', 'Nimish Gautam', 'Adam Miller' ),
'version' => '0.3.0',
- 'url' => 'http://www.mediawiki.org/wiki/Extension:Vector',
+ 'url' => 'https://www.mediawiki.org/wiki/Extension:Vector',
'descriptionmsg' => 'vector-desc',
);
$wgAutoloadClasses['VectorHooks'] = dirname( __FILE__ ) . '/Vector.hooks.php';
@@ -125,6 +125,7 @@ $wgResourceModules += array(
'jquery.suggestions',
'jquery.autoEllipsis',
'jquery.placeholder',
+ 'mediawiki.legacy.mwsuggest', // to ensure we disable it in proper order
),
),
);