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

Unified Diff: subscriptionLink.postload.js

Issue 29338599: Issue 3829 - Use subscriptions.add instead add-subscriptions (Closed)
Patch Set: Updated adblockplusui dependency and renamed option Created March 18, 2016, 1:40 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 | « dependencies ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: subscriptionLink.postload.js
===================================================================
--- a/subscriptionLink.postload.js
+++ b/subscriptionLink.postload.js
@@ -88,9 +88,10 @@
return;
ext.backgroundPage.sendMessage({
- type: "add-subscription",
+ type: "subscriptions.add",
title: title,
- url: url
+ url: url,
+ confirm: true
});
}, true);
}
« no previous file with comments | « dependencies ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld