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
1 changed files with 1 additions and 0 deletions

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);