mirror of https://github.com/gorhill/uBlock.git
fix no-popups switch color in logger
This commit is contained in:
parent
2606a9df06
commit
7571d4c576
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue