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

import fix from 1.8.2

This commit is contained in:
gorhill 2016-08-05 14:12:31 -04:00
commit 6a8be4bdeb

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