alecpl
2009-06-20 e014742ffbd92099a59eb7df299e2ba36b0f31c3
- one hasClass check less


1 files modified
4 ■■■ changed files
program/js/app.js 4 ●●● patch | view | raw | blame | history
program/js/app.js
@@ -1336,9 +1336,7 @@
                rcmail.command("collapse-folder", rcmail.folder_auto_expand);
                rcmail.drag_start(null);
              }, 1000);
          }
          if (!div.hasClass('collapsed') && this.folder_auto_timer) {
          } else if (this.folder_auto_timer) {
            window.clearTimeout(this.folder_auto_timer);
            this.folder_auto_timer = null;
            this.folder_auto_expand = null;