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; }