diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-01-25 17:57:09 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-01-25 17:57:09 +0100 |
commit | f7c50e28dbd637b3b60c6aea0fac3768f8f59f05 (patch) | |
tree | df0e68dc3d7f6df13473b5f5a717805af0c04c92 /program/js | |
parent | 39f883e1f9fab83a47b76fb4802c2d01fa9c4e76 (diff) | |
parent | 00a6b75622fb49dfe84173b04f8353fbc4216c9c (diff) |
Merge branch 'release-0.8' of github.com:roundcube/roundcubemail into release-0.8
Diffstat (limited to 'program/js')
-rw-r--r-- | program/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/js/app.js b/program/js/app.js index 8fe68bf9e..08411f0e2 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -2541,7 +2541,7 @@ function rcube_webmail() for (i=0, len=selection.length; i<len; i++) { uid = selection[i]; if (list.rows[uid].has_children && !list.rows[uid].expanded) - list.select_childs(uid); + list.select_children(uid); } // if config is set to flag for deletion |