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