diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-02-07 17:18:54 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-02-07 17:18:54 +0100 |
commit | de98a897f618c4d251a4d3a5e3d2e4f2bb9a441b (patch) | |
tree | c475a35efb5c25d4258206644c3706039cb2be4c /program/steps/addressbook/func.inc | |
parent | 86552ffc8f0f76651747a1faaed9bbda6d015f98 (diff) |
Add link to pop the address group stack; add animations when pushing/popping lists (in larry skin)
Diffstat (limited to 'program/steps/addressbook/func.inc')
-rw-r--r-- | program/steps/addressbook/func.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/program/steps/addressbook/func.inc b/program/steps/addressbook/func.inc index 4d4bf2246..60a19845e 100644 --- a/program/steps/addressbook/func.inc +++ b/program/steps/addressbook/func.inc @@ -372,6 +372,8 @@ function rcmail_js_contacts_list($result, $prefix='') 'onclick' => sprintf("return %s.command('pushgroup',{'source':'%s','id':'%s'},this,event)", JS_OBJECT_NAME, $source_id, $row['CID']), ), '»'); } + else + $val = ' '; break; default: |