From 42729c4a476b1bdf235d104a8797ba9f9084d6fa Mon Sep 17 00:00:00 2001 From: Mayhem Date: Fri, 13 Jun 2014 02:09:14 +0200 Subject: [PATCH] Disable Download Link. Close #1646 --- CHANGELOG.md | 1 + src/General/Config.coffee | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb6c5657f..37791637f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ - The QR won't duplicate single-word captchas anymore if you've input numbers only (like a street address). +- Removed the `Download Link` feature on Chrome/Opera as it is not working as intended anymore. ### 3.20.13 - *2014-05-09* diff --git a/src/General/Config.coffee b/src/General/Config.coffee index 8211083fc..99ed6f955 100644 --- a/src/General/Config.coffee +++ b/src/General/Config.coffee @@ -30,7 +30,7 @@ Config = 'Report Link': [true, 'Add a report link to the menu.'] 'Post Hiding Link': [true, 'Add a link to hide threads and replies.'] 'Delete Link': [true, 'Add post and image deletion links to the menu.'] - <% if (type === 'crx') { %> + <% if (false) { %> 'Download Link': [true, 'Add a download with original filename link to the menu.'] <% } %> 'Archive Link': [true, 'Add an archive link to the menu.']