mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-06 19:02:30 +01:00
fix regression: exception thrown when creating filter thru element picker
This commit is contained in:
parent
3557e75592
commit
cc6f80610f
@ -929,6 +929,7 @@ var onDialogClicked = function(ev) {
|
|||||||
{
|
{
|
||||||
what: 'createUserFilter',
|
what: 'createUserFilter',
|
||||||
filters: '! ' + d.toLocaleString() + ' ' + window.location.href + '\n' + filter,
|
filters: '! ' + d.toLocaleString() + ' ' + window.location.href + '\n' + filter,
|
||||||
|
pageDomain: window.location.hostname
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
filterElements(taCandidate.value);
|
filterElements(taCandidate.value);
|
||||||
|
Loading…
Reference in New Issue
Block a user