From bcbaedf762836dda4f2a365f75ace103e525cc1b Mon Sep 17 00:00:00 2001 From: maxkadushkin Date: Mon, 26 Apr 2021 13:36:18 +0300 Subject: [PATCH] Update Themes.js --- apps/common/main/lib/controller/Themes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/common/main/lib/controller/Themes.js b/apps/common/main/lib/controller/Themes.js index f28783d6b..0e952e05d 100644 --- a/apps/common/main/lib/controller/Themes.js +++ b/apps/common/main/lib/controller/Themes.js @@ -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) ) {