From 88937644a7fd44ffb5005546eda43c4e9d7dea89 Mon Sep 17 00:00:00 2001 From: thomasb Date: Fri, 16 Dec 2011 19:23:04 +0000 Subject: Setup dialogs (using jquery UI) and compose form for Larry git-svn-id: https://svn.roundcube.net/trunk@5624 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program') diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index 46326cecc..7753a4101 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/program/js/app.js @@ -3360,7 +3360,7 @@ function rcube_webmail() content = ''+content; if (this.env.cancelicon) content = ''+content; - this.add2attachment_list(ts, { name:'', html:content, complete:false }); + this.add2attachment_list(ts, { name:'', html:content, classname:'uploading', complete:false }); // upload progress support if (this.env.upload_progress_time) { -- cgit v1.2.3