From 66f176992bf76de0a8007246ee669c3448607270 Mon Sep 17 00:00:00 2001 From: tophf Date: Thu, 4 Jan 2018 22:20:03 +0300 Subject: [PATCH] fixup 671b2765: don't show favicons in old UI --- manage/manage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage/manage.js b/manage/manage.js index 03ff7caa..b8c3b597 100644 --- a/manage/manage.js +++ b/manage/manage.js @@ -295,7 +295,7 @@ function recreateStyleTargets({styles, iconsOnly = false} = {}) { }); } } - if (newUI.favicons) { + if (newUI.enabled && newUI.favicons) { debounce(getFaviconImgSrc); } });