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

Unified Diff: subscriptionLink.postload.js

Issue 29374674: Issue 4864 - Start using ESLint for adblockpluschrome (Closed)
Patch Set: Update adblockplusui dependency Created March 16, 2017, 8:32 a.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 | « stats.js ('k') | utils.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: subscriptionLink.postload.js
diff --git a/subscriptionLink.postload.js b/subscriptionLink.postload.js
index 0facce1a1bd05a70249f353a0ad3de1812a69d3f..3deca42328b6a8069ede55759611a6e6eaee21ef 100644
--- a/subscriptionLink.postload.js
+++ b/subscriptionLink.postload.js
@@ -95,8 +95,8 @@ if (document instanceof HTMLDocument)
ext.backgroundPage.sendMessage({
type: "subscriptions.add",
- title: title,
- url: url,
+ title,
+ url,
confirm: true
});
}, true);
« no previous file with comments | « stats.js ('k') | utils.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld