mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 13:40:15 +08:00
Update Themes.js
This commit is contained in:
@ -210,7 +210,7 @@ define([
|
||||
|
||||
this.api = api;
|
||||
var theme_name = Common.localStorage.getItem('ui-theme');
|
||||
if ( !!themes_map[theme_name] )
|
||||
if ( !themes_map[theme_name] )
|
||||
theme_name = id_default_light_theme;
|
||||
|
||||
if ( !$('body').hasClass(theme_name) ) {
|
||||
|
||||
Reference in New Issue
Block a user