Disable Download Link. Close #1646

This commit is contained in:
Mayhem 2014-06-13 02:09:14 +02:00
parent cc4ff57993
commit 42729c4a47
2 changed files with 2 additions and 1 deletions

View File

@ -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*

View File

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