mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 12:18:47 +08:00
Update Themes.js
This commit is contained in:
@ -170,7 +170,7 @@ define([
|
||||
|
||||
var obj = get_current_theme_colors(name_colors);
|
||||
obj.type = themes_map[theme_name];
|
||||
obj.name = name;
|
||||
obj.name = theme_name;
|
||||
api.asc_setSkin(obj);
|
||||
|
||||
// app.eventbus.addListeners({
|
||||
@ -218,4 +218,4 @@ define([
|
||||
}
|
||||
}
|
||||
})();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user