summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-10-27 10:16:28 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-10-27 10:16:28 +0000
commitcd3e59068171276812cf6234379a3b68de7e3185 (patch)
tree0ef44094bba1cd6de8fb50e9dbca14e9ff9a3f74
parentff0ddf163630b24a45c7cbf41a7b30c36b263122 (diff)
- Hide loading message when preview pane is being "emptied" (#1487077)
git-svn-id: https://svn.roundcube.net/trunk@4148 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/program/js/app.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js
index 6b4be6c76..870459dc4 100644
--- a/roundcubemail/program/js/app.js
+++ b/roundcubemail/program/js/app.js
@@ -1191,8 +1191,7 @@ function rcube_webmail()
clearTimeout(this.preview_read_timer);
// save folderlist and folders location/sizes for droptarget calculation in drag_move()
- if (this.gui_objects.folderlist && model)
- {
+ if (this.gui_objects.folderlist && model) {
this.initialBodyScrollTop = bw.ie ? 0 : window.pageYOffset;
this.initialListScrollTop = this.gui_objects.folderlist.parentNode.scrollTop;
@@ -1858,7 +1857,7 @@ function rcube_webmail()
}
if (!show && this.busy)
- this.set_busy(false);
+ this.set_busy(false, null, this.env.frame_lock);
};
// list a specific page