Update Themes.js
This commit is contained in:
parent
92c2682419
commit
0e9b1fa822
|
@ -170,7 +170,7 @@ define([
|
||||||
|
|
||||||
var obj = get_current_theme_colors(name_colors);
|
var obj = get_current_theme_colors(name_colors);
|
||||||
obj.type = themes_map[theme_name];
|
obj.type = themes_map[theme_name];
|
||||||
obj.name = name;
|
obj.name = theme_name;
|
||||||
api.asc_setSkin(obj);
|
api.asc_setSkin(obj);
|
||||||
|
|
||||||
// app.eventbus.addListeners({
|
// app.eventbus.addListeners({
|
||||||
|
|
Loading…
Reference in a new issue