Fix js error when dropping attachment file

pull/13/head
Aleksander Machniak 12 years ago
parent ae6d2de17f
commit d1d0564a91

@ -6259,7 +6259,7 @@ function rcube_webmail()
dashdash = '--', crlf = '\r\n',
multipart = dashdash + boundary + crlf;
if (!file || !files.length)
if (!files || !files.length)
return;
// inline function to submit the files to the server

Loading…
Cancel
Save