Update Themes.js
This commit is contained in:
parent
2013d31d11
commit
836c8997cf
|
@ -256,7 +256,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 ( !!e.originalEvent.newValue ) {
|
if ( !!e.originalEvent.newValue ) {
|
||||||
me.setTheme(t.originalEvent.newValue, true);
|
me.setTheme(e.originalEvent.newValue, true);
|
||||||
}
|
}
|
||||||
} else
|
} else
|
||||||
if ( e.key == 'content-theme' ) {
|
if ( e.key == 'content-theme' ) {
|
||||||
|
|
Loading…
Reference in a new issue