diff options
author | alecpl <alec@alec.pl> | 2010-07-24 18:27:15 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-07-24 18:27:15 +0000 |
commit | 27ea62a57663632d6661c22025b9f0dfe2cead63 (patch) | |
tree | ecf1715ae57d4e2e20d3bbe2cb8bcafc532a4ca5 /program/js/app.js | |
parent | 559de22891cd0db786e36be12ffea26a7f7eeb89 (diff) |
- Fix typo in update_contact_row() (#1486875)
Diffstat (limited to 'program/js/app.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 a3b2b27ac..4cdb876f7 100644 --- a/program/js/app.js +++ b/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; |