Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: include.preload.js

Issue 29349012: Issue 4300 - Fix typo in $sitekey adding logic (Closed)
Patch Set: Created Aug. 3, 2016, 12:25 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld