| 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); |