mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-28 01:20:07 +00:00
Add back search title to WVUI component
Bug: T291671 Change-Id: I30a917b4392256c0d23e57da882e0a1dc7b59562
This commit is contained in:
parent
d75fd2d963
commit
c45a4dd1e1
|
@ -179,7 +179,6 @@ function initSearchLoader( document ) {
|
|||
}
|
||||
// Remove tooltips while Vue search is still loading
|
||||
searchInput.setAttribute( 'autocomplete', 'off' );
|
||||
searchInput.removeAttribute( 'title' );
|
||||
setLoadingIndicatorListeners( searchInner, true, renderSearchLoadingIndicator );
|
||||
loadSearchModule(
|
||||
searchInput,
|
||||
|
|
Loading…
Reference in a new issue