From 74d4c7f9ada668d0bf53361a407b00be7d10488c Mon Sep 17 00:00:00 2001 From: thomascube Date: Fri, 16 Dec 2011 19:23:04 +0000 Subject: Setup dialogs (using jquery UI) and compose form for Larry --- program/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/js/app.js') diff --git a/program/js/app.js b/program/js/app.js index 46326cecc..7753a4101 100644 --- a/program/js/app.js +++ b/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