mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 802071 - [l10n] Sometimes, l10n.js does not get loaded properly. r=kaze
This commit is contained in:
parent
583d9fc0c3
commit
24319a7d4f
@ -83,6 +83,8 @@ SettingsListener.observe('language.current', 'en-US', function(value) {
|
||||
if (!((new RegExp('^' + value + '[^a-z-_] *[,;]?', 'i')).test(intl))) {
|
||||
Services.prefs.setCharPref(prefName, value + ', ' + intl);
|
||||
}
|
||||
|
||||
shell.start();
|
||||
});
|
||||
|
||||
|
||||
|
@ -11,7 +11,6 @@
|
||||
sizemode="fullscreen"
|
||||
#endif
|
||||
style="background: black; overflow: hidden; width:320px; height:480px"
|
||||
onload="shell.start();"
|
||||
onunload="shell.stop();">
|
||||
|
||||
<script type="application/javascript" src="chrome://browser/content/settings.js"/>
|
||||
|
Loading…
Reference in New Issue
Block a user