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

Unified Diff: new-options.js

Issue 29555782: Issue 5701 - Inconsistent forum links and DNT link (Closed)
Patch Set: Created Sept. 25, 2017, 9:26 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 | « new-options.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: new-options.js
===================================================================
--- a/new-options.js
+++ b/new-options.js
@@ -865,6 +865,10 @@
{
setLinks("enable-aa-description", link);
});
+ getDocLink("adblock_plus_{browser}_dnt", url =>
+ {
+ setLinks("dnt", url);
+ });
// Advanced tab
let customize = document.querySelectorAll("#customize li[data-pref]");
@@ -914,9 +918,9 @@
{
setLinks("report-bug", link);
});
- getDocLink("reporter_other_link", (link) =>
+ getDocLink("{browser}_support", url =>
{
- setLinks("report-forum", link);
+ setLinks("visit-forum", url);
});
getDocLink("social_twitter", (link) =>
{
« no previous file with comments | « new-options.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld