diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-01-20 11:41:58 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-01-20 11:41:58 +0100 |
commit | 6884f3f1f7542eb1dab8bb39cab33888d3fd84c5 (patch) | |
tree | 3f659b305ab0e4ed8a1ee26880a85e4e15a71d6f /skins/larry/ui.js | |
parent | 6f170902580c8cef342c0c65df1b98cbd293a79d (diff) |
Re-submit search query when switching folders
Diffstat (limited to 'skins/larry/ui.js')
-rw-r--r-- | skins/larry/ui.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/ui.js b/skins/larry/ui.js index 2030b05cd..e5fce9197 100644 --- a/skins/larry/ui.js +++ b/skins/larry/ui.js @@ -769,7 +769,7 @@ function rcube_mail_ui() mbox = '*'; mods = mods[mbox] ? mods[mbox] : mods['*']; all = 'text'; - $('#s_scope_'+scope).prop('checked', true); + $('#s_scope_'+scope).attr('checked',true); } else { all = '*'; |