mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 02:24:04 +00:00
Github CI lint - phpcbf
This commit is contained in:
parent
5df1d0971e
commit
d0d379da52
|
@ -490,8 +490,8 @@ window.WMTypeAhead = function ( appendTo, searchInput ) {
|
|||
xhrResults.query.pages : [];
|
||||
|
||||
if ( suggestions.length === 0 ) {
|
||||
typeAheadEl.innerHTML = '<div class="suggestions-dropdown">' +
|
||||
getSuggestionSpecial( queryString ) +
|
||||
typeAheadEl.innerHTML = '<div class="suggestions-dropdown">' +
|
||||
getSuggestionSpecial( queryString ) +
|
||||
'</div>';
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue