Update Themes.js
This commit is contained in:
parent
1d989777a7
commit
a0f7048e16
|
@ -213,7 +213,7 @@ define([
|
|||
}
|
||||
|
||||
var obj = get_current_theme_colors(name_colors);
|
||||
obj.type = themes_map[theme_name];
|
||||
obj.type = themes_map[theme_name].type;
|
||||
obj.name = theme_name;
|
||||
api.asc_setSkin(obj);
|
||||
|
||||
|
|
Loading…
Reference in a new issue