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:
parent
afecbaaeae
commit
779b78e084
@ -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']
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user