From 17500c6d27dd985d3cab48d30e00268e8b039ee6 Mon Sep 17 00:00:00 2001 From: gorhill Date: Sun, 13 Jul 2014 12:57:20 -0400 Subject: [PATCH] duh! --- js/storage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/storage.js b/js/storage.js index c16f42f39..c67813f42 100644 --- a/js/storage.js +++ b/js/storage.js @@ -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);