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: General "issue" reporting text Created Nov. 24, 2017, 1:49 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 | « desktop-options.html ('k') | locale/en_US/desktop-options.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « desktop-options.html ('k') | locale/en_US/desktop-options.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld