diff options
author | alecpl <alec@alec.pl> | 2010-11-07 10:58:50 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-11-07 10:58:50 +0000 |
commit | f6642844e079489ef6b3b71a6a9d7b243b6c1f9a (patch) | |
tree | 1e3b50ee77890d214f4573a21d70c6837d59eb15 /program/js | |
parent | c296b810bc63c91f27c4c601646d5011cae54b5f (diff) |
- Fix: loading message doesn't disapear after using 'load-images' action
Diffstat (limited to 'program/js')
-rw-r--r-- | program/js/app.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/program/js/app.js b/program/js/app.js index ff7411c13..069c59fbd 100644 --- a/program/js/app.js +++ b/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 |