[themes] debug
This commit is contained in:
parent
1a997d5444
commit
a360e037b5
|
@ -268,11 +268,13 @@ define([
|
||||||
document.body.className = document.body.className.replace(/theme-[\w-]+\s?/gi, '').trim();
|
document.body.className = document.body.className.replace(/theme-[\w-]+\s?/gi, '').trim();
|
||||||
document.body.classList.add(id, 'theme-type-' + themes_map[id].type);
|
document.body.classList.add(id, 'theme-type-' + themes_map[id].type);
|
||||||
|
|
||||||
var obj = get_current_theme_colors(name_colors);
|
if ( this.api ) {
|
||||||
obj.type = themes_map[id].type;
|
var obj = get_current_theme_colors(name_colors);
|
||||||
obj.name = id;
|
obj.type = themes_map[id].type;
|
||||||
|
obj.name = id;
|
||||||
|
|
||||||
this.api.asc_setSkin(obj);
|
this.api.asc_setSkin(obj);
|
||||||
|
}
|
||||||
|
|
||||||
Common.localStorage.setItem('ui-theme', id);
|
Common.localStorage.setItem('ui-theme', id);
|
||||||
Common.NotificationCenter.trigger('uitheme:changed', id);
|
Common.NotificationCenter.trigger('uitheme:changed', id);
|
||||||
|
|
Loading…
Reference in a new issue