mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Trim content of Import field
Related issue: - https://github.com/uBlockOrigin/uBlock-issues/issues/2380
This commit is contained in:
parent
3e4f6f9986
commit
8d80f4788d
1 changed files with 1 additions and 1 deletions
|
|
@ -368,7 +368,7 @@ const hashFromCurrentFromSettings = function() {
|
|||
hash.push(
|
||||
listHash.sort().join(),
|
||||
qs$('#importLists').checked &&
|
||||
reValidExternalList.test(qs$('#externalLists').value),
|
||||
reValidExternalList.test(qs$('#externalLists').value.trim()),
|
||||
qs$('#lists .listEntry.toRemove') !== null
|
||||
);
|
||||
return hash.join();
|
||||
|
|
|
|||
Loading…
Reference in a new issue