Remove the non-existing lazyload option for uls plugin

Change-Id: I1fac753c449b47de97eec244a8a53dbb8e77fc38
This commit is contained in:
Santhosh Thottingal
2013-11-13 13:59:14 +05:30
committed by Niklas Laxström
parent fb2c99d30e
commit a1b8316ecc

View File

@@ -371,8 +371,7 @@
inputSettings.$parent.show();
inputSettings.prepareLanguages();
},
languages: mw.ime.getLanguagesWithIME(),
lazyload: false
languages: mw.ime.getLanguagesWithIME()
} );
$moreLanguagesButton.on( 'click', function () {