1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 01:27:12 +02:00

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

View File

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