alecpl
2010-10-27 d808ba6e1de7f48f8e062bb1366d48c6d17aa718
- Hide loading message when preview pane is being "emptied" (#1487077)


1 files modified
5 ■■■■■ changed files
program/js/app.js 5 ●●●●● patch | view | raw | blame | history
program/js/app.js
@@ -1191,8 +1191,7 @@
      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 @@
      }
    if (!show && this.busy)
      this.set_busy(false);
      this.set_busy(false, null, this.env.frame_lock);
  };
  // list a specific page