fix no-popups switch color in logger

This commit is contained in:
gorhill 2017-10-23 22:39:30 -04:00
parent 2606a9df06
commit 7571d4c576
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with 3 additions and 2 deletions

View File

@ -601,8 +601,9 @@ vAPI.tabs.onPopupUpdated = (function() {
µb.hnSwitches.evaluateZ('no-popups', openerHostname) µb.hnSwitches.evaluateZ('no-popups', openerHostname)
) { ) {
logData = { logData = {
source: 'switch', raw: 'no-popups: ' + µb.hnSwitches.z + ' true',
raw: 'no-popups: ' + µb.hnSwitches.z + ' true' result: 1,
source: 'switch'
}; };
return 1; return 1;
} }