mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
duh!
This commit is contained in:
parent
6022c4a480
commit
17500c6d27
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@
|
|||
if ( details.error ) {
|
||||
return;
|
||||
}
|
||||
if ( details.content.indexOf(content.trim()) === -1 ) {
|
||||
if ( details.content.indexOf(content.trim()) !== -1 ) {
|
||||
return;
|
||||
}
|
||||
µBlock.saveUserFilters(details.content + '\n' + content, onSaved);
|
||||
|
|
|
|||
Loading…
Reference in a new issue