empty mime type no longer needed

Originally added to work around an issue with URLs pasted in the
file field in Windows, it now does more harm than good.
This commit is contained in:
ccd0 2014-05-01 02:11:15 -07:00
parent afecbaaeae
commit 779b78e084

View File

@ -1,5 +1,5 @@
QR =
mimeTypes: ['image/jpeg', 'image/png', 'image/gif', 'application/pdf', 'application/x-shockwave-flash', 'video/webm', '']
mimeTypes: ['image/jpeg', 'image/png', 'image/gif', 'application/pdf', 'application/x-shockwave-flash', 'video/webm']
init: ->
return if !Conf['Quick Reply']