[themes] fix bug 53610

This commit is contained in:
Maxim Kadushkin 2021-12-03 16:02:31 +03:00
parent ffbf529fe8
commit 21fe755801

View file

@ -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