Disable lazyload for language list
The loading should be fast enough now after Id9397631 is merged, taking no more than a second or two to render entirely. We could consider showing a spinner while it's loading, but it doesn't seem necessary. This makes bug 39923 invalid.
This commit is contained in:
committed by
Santhosh Thottingal
parent
e1d65006dd
commit
8341bb8e21
@@ -333,7 +333,7 @@
|
||||
$.fn.lcd.defaults = {
|
||||
languages: null,
|
||||
showRegions: ['WW', 'AM', 'EU', 'ME', 'AF', 'AS', 'PA'],
|
||||
lazyload: true
|
||||
lazyload: false
|
||||
};
|
||||
|
||||
$.fn.lcd.Constructor = LanguageCategoryDisplay;
|
||||
|
||||
Reference in New Issue
Block a user