From 8a5a450d463934f0342035731e4e3a1f598438db Mon Sep 17 00:00:00 2001 From: alec Date: Sun, 7 Nov 2010 10:58:50 +0000 Subject: - Fix: loading message doesn't disapear after using 'load-images' action git-svn-id: https://svn.roundcube.net/trunk@4191 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/app.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'roundcubemail/program/js') diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index ff7411c13..069c59fbd 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/program/js/app.js @@ -1824,6 +1824,8 @@ function rcube_webmail() else { if (!this.env.frame_lock) this.env.frame_lock = this.set_busy(true, 'loading'); + if (preview) + url += '&_unlock='+this.env.frame_lock; target.location.href = this.env.comm_path+url; // mark as read and change mbox unread counter -- cgit v1.2.3