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.']