Changeset 5628 in subversion
- Timestamp:
- Dec 19, 2011 2:39:28 AM (17 months ago)
- Location:
- trunk/roundcubemail
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/js/app.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/CHANGELOG
r5615 r5628 2 2 =========================== 3 3 4 - Fix expanding folders during drag&drop (#1488260) 4 5 - Deprecate $DB, $USER, $IMAP global variables, Use $RCMAIL instead 5 6 - Add option to set default font for HTML message (#1484137) -
trunk/roundcubemail/program/js/app.js
r5624 r5628 1365 1365 window.clearTimeout(this.folder_auto_timer); 1366 1366 1367 this.folder_auto_expand = k;1367 this.folder_auto_expand = this.env.mailboxes[k].id; 1368 1368 this.folder_auto_timer = window.setTimeout(function() { 1369 1369 rcmail.command('collapse-folder', rcmail.folder_auto_expand);
Note: See TracChangeset
for help on using the changeset viewer.
