Index: html/static/js/ieFirstRun.js |
=================================================================== |
--- a/html/static/js/ieFirstRun.js |
+++ b/html/static/js/ieFirstRun.js |
@@ -42,6 +42,8 @@ |
} |
scopes.prefs.Prefs.documentation_link = Settings.GetDocumentationLink(); |
scopes.utils.Utils.appLocale = Settings.GetAppLocale(); |
+ |
+ init(); |
}, false); |
return result; |