From 25e7e1d25d4e41bee4474374fb83c9273524c14d Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Mon, 12 Aug 2024 13:31:09 +0300 Subject: [PATCH] [PE] refactoring themeinit.js --- apps/common/main/lib/util/themeinit.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/apps/common/main/lib/util/themeinit.js b/apps/common/main/lib/util/themeinit.js index fa130c609b..62a05ce5b8 100644 --- a/apps/common/main/lib/util/themeinit.js +++ b/apps/common/main/lib/util/themeinit.js @@ -96,12 +96,6 @@ if ( objtheme.colors ) { let colors = []; for (let c in objtheme.colors) { - // TODO: new PE brand color, clear for ver 7.7 - if ( c == 'toolbar-header-presentation' && - objtheme.colors[c] == '#aa5252' ) - objtheme.colors[c] = '#BE664F'; - // - colors.push('--' + c + ':' + objtheme.colors[c]); } @@ -113,4 +107,4 @@ } } } -}(); \ No newline at end of file +}();