[themes] fix bug 53610
This commit is contained in:
parent
ffbf529fe8
commit
21fe755801
|
@ -255,7 +255,7 @@ define([
|
||||||
|
|
||||||
$(window).on('storage', function (e) {
|
$(window).on('storage', function (e) {
|
||||||
if ( e.key == 'ui-theme' || e.key == 'ui-theme-id' ) {
|
if ( e.key == 'ui-theme' || e.key == 'ui-theme-id' ) {
|
||||||
if ( !!t.originalEvent.newValue ) {
|
if ( !!e.originalEvent.newValue ) {
|
||||||
me.setTheme(t.originalEvent.newValue, true);
|
me.setTheme(t.originalEvent.newValue, true);
|
||||||
}
|
}
|
||||||
} else
|
} else
|
||||||
|
|
Loading…
Reference in a new issue