Merge "Link inspector: Turn off 'addQueryInput'"

This commit is contained in:
jenkins-bot 2019-08-27 15:34:50 +00:00 committed by Gerrit Code Review
commit 624bcbaf72

View file

@ -60,6 +60,7 @@ ve.ui.MWInternalLinkAnnotationWidget.prototype.createInputWidget = function ( co
showImages: mw.config.get( 'wgVisualEditorConfig' ).usePageImages,
showDescriptions: mw.config.get( 'wgVisualEditorConfig' ).usePageDescriptions,
showInterwikis: true,
addQueryInput: false,
api: ve.init.target.getContentApi(),
cache: ve.init.platform.linkCache
}, config ) );