[themes] fix bug 50556
This commit is contained in:
parent
e28c9ebde1
commit
d14cc1e94f
|
@ -206,7 +206,7 @@ define([
|
|||
|
||||
$(window).on('storage', function (e) {
|
||||
if ( e.key == 'ui-theme' ) {
|
||||
me.setTheme(e.originalEvent.newValue);
|
||||
me.setTheme(e.originalEvent.newValue, true);
|
||||
}
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue