diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-07-24 18:27:15 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-07-24 18:27:15 +0000 |
| commit | 1c2dc1d705986f91b0739dcc3d90c3d2c4d8bfe9 (patch) | |
| tree | a891942cdc2d7e90ea5846b20ffe3f314a8b3335 | |
| parent | f68e26107e7165309335ea63cfb28410fb30800b (diff) | |
- Fix typo in update_contact_row() (#1486875)
git-svn-id: https://svn.roundcube.net/trunk@3821 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/program/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index a3b2b27ac..4cdb876f7 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/program/js/app.js @@ -3663,7 +3663,7 @@ function rcube_webmail() this.contact_list.remove_row(cid); this.contact_list.init_row(row); this.contact_list.selection[0] = newcid; - ow.style.display = ''; + row.style.display = ''; } return true; |
