From 7571d4c576983f7c8d47efb4ea816e41886ba0f7 Mon Sep 17 00:00:00 2001 From: gorhill Date: Mon, 23 Oct 2017 22:39:30 -0400 Subject: [PATCH] fix no-popups switch color in logger --- src/js/tab.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/js/tab.js b/src/js/tab.js index 8061ee5e8..d3d43c893 100644 --- a/src/js/tab.js +++ b/src/js/tab.js @@ -601,8 +601,9 @@ vAPI.tabs.onPopupUpdated = (function() { µb.hnSwitches.evaluateZ('no-popups', openerHostname) ) { logData = { - source: 'switch', - raw: 'no-popups: ' + µb.hnSwitches.z + ' true' + raw: 'no-popups: ' + µb.hnSwitches.z + ' true', + result: 1, + source: 'switch' }; return 1; }