diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-11-07 10:58:50 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-11-07 10:58:50 +0000 |
| commit | 8a5a450d463934f0342035731e4e3a1f598438db (patch) | |
| tree | 66c100add86ebadd907f4012e62364b65b85062e /roundcubemail/program/js | |
| parent | a412f23e445bff2df00fcec502b56a5ddf2c5a30 (diff) | |
- 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
Diffstat (limited to 'roundcubemail/program/js')
| -rw-r--r-- | roundcubemail/program/js/app.js | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
