From 9dd64b7adf64029c4da65bb15ac28773de367c1e Mon Sep 17 00:00:00 2001 From: JuliaSvinareva Date: Fri, 19 Nov 2021 20:09:35 +0300 Subject: [PATCH] [DE PE SSE] Fix bug 53881 --- apps/common/main/lib/component/HintManager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/common/main/lib/component/HintManager.js b/apps/common/main/lib/component/HintManager.js index 2e3f93d1b..43c5346c3 100644 --- a/apps/common/main/lib/component/HintManager.js +++ b/apps/common/main/lib/component/HintManager.js @@ -491,7 +491,7 @@ Common.UI.HintManager = new(function() { } if (curr.prop('id') === 'btn-goback' || curr.closest('.btn-slot').prop('id') === 'slot-btn-options' || curr.closest('.btn-slot').prop('id') === 'slot-btn-mode' || curr.prop('id') === 'btn-favorite' || curr.parent().prop('id') === 'tlb-box-users' || - curr.prop('id') === 'left-btn-thumbs' || curr.hasClass('scroll')) { + curr.prop('id') === 'left-btn-thumbs' || curr.hasClass('scroll') || curr.prop('id') === 'left-btn-about') { _resetToDefault(); return; }