mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-02 00:42:45 +01:00
duh!
This commit is contained in:
parent
6022c4a480
commit
17500c6d27
@ -103,7 +103,7 @@
|
|||||||
if ( details.error ) {
|
if ( details.error ) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if ( details.content.indexOf(content.trim()) === -1 ) {
|
if ( details.content.indexOf(content.trim()) !== -1 ) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
µBlock.saveUserFilters(details.content + '\n' + content, onSaved);
|
µBlock.saveUserFilters(details.content + '\n' + content, onSaved);
|
||||||
|
Loading…
Reference in New Issue
Block a user