diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-06-24 10:13:28 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-06-24 10:13:28 +0200 |
commit | 47788a7c10ce225e5c133350dfc2ef2030a68090 (patch) | |
tree | 8c512f5e40b3c7e300e9e494196fc7c5764ae8fc /skins/larry/ui.js | |
parent | 0c9fc953b0ba0f0ac3a9d37fe8e8f92f0c34688e (diff) | |
parent | a7343c243cb04885e076ab4b471c2f7fa1a2455b (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'skins/larry/ui.js')
-rw-r--r-- | skins/larry/ui.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/skins/larry/ui.js b/skins/larry/ui.js index eb9569feb..11125c389 100644 --- a/skins/larry/ui.js +++ b/skins/larry/ui.js @@ -1019,7 +1019,10 @@ function rcube_mail_ui() row.show(); $('#' + which + '-link').hide(); + layout_composeview(); + $('input,textarea', row).focus(); + return false; } |