1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-14 23:12:28 +02:00

fix regression: exception thrown when creating filter thru element picker

This commit is contained in:
gorhill 2016-08-05 13:51:56 -04:00
parent 3557e75592
commit cc6f80610f

View File

@ -929,6 +929,7 @@ var onDialogClicked = function(ev) {
{
what: 'createUserFilter',
filters: '! ' + d.toLocaleString() + ' ' + window.location.href + '\n' + filter,
pageDomain: window.location.hostname
}
);
filterElements(taCandidate.value);