summaryrefslogtreecommitdiff
path: root/skins/larry/ui.js
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2014-01-05 15:45:43 +0100
committerThomas Bruederli <thomas@roundcube.net>2014-01-05 15:45:43 +0100
commit72975e14970ec4eeac927b80754ee3a5c6ada58e (patch)
treee6cf0a6d5123a01f9cf06aaf678cf66307d8c723 /skins/larry/ui.js
parent81297785e1e0cd0cfb5bbee2e44a3e6da3c363dd (diff)
Move folder/directory list auto-scrolling functionality to treelist widget (same as auto-expand) and make it work without list header/footer blocks
Diffstat (limited to 'skins/larry/ui.js')
-rw-r--r--skins/larry/ui.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/skins/larry/ui.js b/skins/larry/ui.js
index add691054..44fc727f6 100644
--- a/skins/larry/ui.js
+++ b/skins/larry/ui.js
@@ -216,8 +216,6 @@ function rcube_mail_ui()
if (previewframe)
mailviewsplit.init();
- new rcube_scroller('#folderlist-content', '#folderlist-header', '#folderlist-footer');
-
rcmail.addEventListener('setquota', update_quota)
.addEventListener('enable-command', enable_command)
.addEventListener('afterimport-messages', show_uploadform);
@@ -284,8 +282,6 @@ function rcube_mail_ui()
orientation:'v', relative:true, start:226, min:150, size:12, render:resize_leftcol }).init();
new rcube_splitter({ id:'addressviewsplitter', p1:'#addresslist', p2:'#contacts-box',
orientation:'v', relative:true, start:286, min:270, size:12 }).init();
-
- new rcube_scroller('#directorylist-content', '#directorylist-header', '#directorylist-footer');
}
var dragmenu = $('#dragcontactmenu');