Remove the non-existing lazyload option for uls plugin
Change-Id: I1fac753c449b47de97eec244a8a53dbb8e77fc38
This commit is contained in:
committed by
Niklas Laxström
parent
fb2c99d30e
commit
a1b8316ecc
@@ -371,8 +371,7 @@
|
||||
inputSettings.$parent.show();
|
||||
inputSettings.prepareLanguages();
|
||||
},
|
||||
languages: mw.ime.getLanguagesWithIME(),
|
||||
lazyload: false
|
||||
languages: mw.ime.getLanguagesWithIME()
|
||||
} );
|
||||
|
||||
$moreLanguagesButton.on( 'click', function () {
|
||||
|
||||
Reference in New Issue
Block a user