summaryrefslogtreecommitdiff
path: root/program/js/app.js
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-06-07 18:28:14 +0200
committerThomas Bruederli <thomas@roundcube.net>2012-06-07 18:28:14 +0200
commitd447a4f2296e5e9afc9d79cede0e49b2d6210f9f (patch)
treeba59d9261c16c8ba71b0a7aa29300c194f13476e /program/js/app.js
parent9df79d82b3e7b57f3b338d2036e0beb0029798f9 (diff)
parentf8c96f737c1916377e361e3fbaa8a415c4101ca4 (diff)
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'program/js/app.js')
-rw-r--r--program/js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/js/app.js b/program/js/app.js
index c256fa3bd..cc4b8c25f 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -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