Merge "Drop VectorUseSimpleSearch config flag"

This commit is contained in:
jenkins-bot 2020-06-08 17:55:22 +00:00 committed by Gerrit Code Review
commit b2f4433d39
2 changed files with 1 additions and 4 deletions

View File

@ -511,7 +511,7 @@ class VectorTemplate extends BaseTemplate {
$config = $this->getConfig();
$props = [
'form-action' => $config->get( 'Script' ),
'form-id' => $config->get( 'VectorUseSimpleSearch' ) ? 'simpleSearch' : '',
'form-id' => 'simpleSearch',
'html-button-search-fallback' => $this->makeSearchButton(
'fulltext',
[ 'id' => 'mw-searchButton', 'class' => 'searchButton mw-fallbackSearchButton' ]

View File

@ -131,9 +131,6 @@
}
},
"config": {
"VectorUseSimpleSearch": {
"value": true
},
"VectorUseIconWatch": {
"value": true
},