mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-28 09:30:17 +00:00
Merge "Drop VectorUseSimpleSearch config flag"
This commit is contained in:
commit
b2f4433d39
|
@ -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' ]
|
||||
|
|
Loading…
Reference in a new issue