|
|
|
@ -31,6 +31,9 @@ Ext.define('Rambox.Application', {
|
|
|
|
|
ga_storage._trackPageview('/index.html', 'main'); |
|
|
|
|
ga_storage._trackEvent('Versions', require('electron').remote.app.getVersion()); |
|
|
|
|
|
|
|
|
|
// Load language for Ext JS library
|
|
|
|
|
Ext.Loader.loadScript({url: Ext.util.Format.format("ext/packages/ext-locale/build/ext-locale-{0}.js", localStorage.getItem('locale-auth0') || 'en')}); |
|
|
|
|
|
|
|
|
|
// Initialize Auth0
|
|
|
|
|
Rambox.ux.Auth0.init(); |
|
|
|
|
|
|
|
|
|