aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/tab.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/tab.js')
-rw-r--r--src/js/tab.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/tab.js b/src/js/tab.js
index ef44a33..c84f6fa 100644
--- a/src/js/tab.js
+++ b/src/js/tab.js
@@ -452,7 +452,7 @@ vAPI.tabs.onPopup = function(details) {
// Check user switch first
if ( µb.hnSwitches.evaluateZ('no-popups', openerHostname) ) {
- result = 'ub:no-popups true';
+ result = 'ub:no-popups: ' + µb.hnSwitches.z + ' true';
}
// https://github.com/chrisaljoudi/uBlock/issues/323