From 7da13a337eb1d0ebbe4eadf8d0e32f848566c728 Mon Sep 17 00:00:00 2001 From: alecpl Date: Mon, 4 Jul 2011 11:42:30 +0000 Subject: - Show loading icon event if upload_progress is enabled --- program/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program') diff --git a/program/js/app.js b/program/js/app.js index f3298cfac..5a9ed219d 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -3267,7 +3267,7 @@ function rcube_webmail() var content = '' + this.get_label('uploading' + (files > 1 ? 'many' : '')) + '', ts = frame_name.replace(/^rcmupload/, ''); - if (!this.env.upload_progress_time && this.env.loadingicon) + if (this.env.loadingicon) content = ''+content; if (this.env.cancelicon) content = ''+content; -- cgit v1.2.3