Exclude rules in tooltips
This commit is contained in:
parent
f7e789e4b2
commit
cfa7e6523e
|
@ -337,6 +337,9 @@ function createStyleElement(style) {
|
||||||
$('.exclude-by-domain-checkbox', entry).checked = styleExcluded(style, 'domain');
|
$('.exclude-by-domain-checkbox', entry).checked = styleExcluded(style, 'domain');
|
||||||
$('.exclude-by-url-checkbox', entry).checked = styleExcluded(style, 'url');
|
$('.exclude-by-url-checkbox', entry).checked = styleExcluded(style, 'url');
|
||||||
|
|
||||||
|
$('.exclude-by-domain', entry).title = getExcludeRule('domain');
|
||||||
|
$('.exclude-by-url', entry).title = getExcludeRule('url');
|
||||||
|
|
||||||
return entry;
|
return entry;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user