mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-25 14:57:31 +00:00
ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
This commit is contained in:
parent
3d0ff75249
commit
143c64c7b0
|
@ -286,7 +286,7 @@ function updateTypeahead( messages ) {
|
||||||
* @return {void}
|
* @return {void}
|
||||||
*/
|
*/
|
||||||
function initTypeahead( searchForm, input ) {
|
function initTypeahead( searchForm, input ) {
|
||||||
const
|
const
|
||||||
expandedClass = 'citizen-typeahead--expanded',
|
expandedClass = 'citizen-typeahead--expanded',
|
||||||
messages = {
|
messages = {
|
||||||
empty: mw.message( 'citizen-search-fulltext-empty' ).text(),
|
empty: mw.message( 'citizen-search-fulltext-empty' ).text(),
|
||||||
|
|
Loading…
Reference in a new issue