diff --git a/apps/common/main/lib/controller/Themes.js b/apps/common/main/lib/controller/Themes.js index e96739acf..fa78162b3 100644 --- a/apps/common/main/lib/controller/Themes.js +++ b/apps/common/main/lib/controller/Themes.js @@ -255,7 +255,7 @@ define([ $(window).on('storage', function (e) { if ( e.key == 'ui-theme' || e.key == 'ui-theme-id' ) { - if ( !!t.originalEvent.newValue ) { + if ( !!e.originalEvent.newValue ) { me.setTheme(t.originalEvent.newValue, true); } } else