diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-05-19 13:23:19 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-05-19 13:23:19 +0000 |
| commit | 50a5172c3ef2806cd53f814b62a9073e56045f2d (patch) | |
| tree | b3fb0ec253410048b66525f70ae06ca620029060 /roundcubemail/program/js/app.js | |
| parent | 2833fce8c02bd2bc977eb7f2be0bdc9ca3dd52f4 (diff) | |
- small improvements
git-svn-id: https://svn.roundcube.net/trunk@3636 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/js/app.js')
| -rw-r--r-- | roundcubemail/program/js/app.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index dfd7c9f87..5e081d9a3 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/program/js/app.js @@ -1969,8 +1969,8 @@ function rcube_webmail() this.init_threads = function(roots) { for (var n=0, len=roots.length; n<len; n++) - setTimeout(function() { rcmail.add_tree_icons(roots[n]);}, 1); - setTimeout(function() { rcmail.expand_threads();}, 1); + this.add_tree_icons(roots[n]); + this.expand_threads(); }; // adds threads tree icons to the list (or specified thread) |
