Index: include.preload.js |
diff --git a/include.preload.js b/include.preload.js |
index 949d039663f9130843b4d8d0a3ddfcb434522066..a00f65f3f681dc0198d1018639d00317fd3f869c 100644 |
--- a/include.preload.js |
+++ b/include.preload.js |
@@ -177,7 +177,7 @@ function checkSitekey() |
{ |
var attr = document.documentElement.getAttribute("data-adblockkey"); |
if (attr) |
- ext.backgroundPage.sendMessage({type: "filter.addKey", token: attr}); |
+ ext.backgroundPage.sendMessage({type: "filters.addKey", token: attr}); |
} |
function getContentDocument(element) |