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

Unified Diff: desktop-options.js

Issue 29616555: Issue 6082 - Update suport section in the help tab (Closed)
Patch Set: Update accordingly to the specs and merge "Email translaiton" Created Nov. 23, 2017, 5:45 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
Index: desktop-options.js
===================================================================
--- a/desktop-options.js
+++ b/desktop-options.js
@@ -965,14 +965,6 @@
getMessage("options_customFilters_edit_placeholder", ["/ads/track/*"]));
// Help tab
- getDocLink("adblock_plus_report_issue", (link) =>
- {
- setLinks("report-issue", link);
- });
- getDocLink("adblock_plus_report_ad", (link) =>
- {
- setLinks("report-ad", link);
- });
getDocLink("adblock_plus_report_bug", (link) =>
{
setLinks("report-bug", link);
@@ -981,6 +973,10 @@
{
setLinks("visit-forum", url);
});
+ getDocLink("adblock_plus_report_issue", (link) =>
+ {
+ setLinks("report-issue", "mailto:support@adblockplus.org");
+ });
getDocLink("social_twitter", (link) =>
{
E("twitter").setAttribute("href", link);

Powered by Google App Engine
This is Rietveld