summaryrefslogtreecommitdiff
path: root/program/js
diff options
context:
space:
mode:
Diffstat (limited to 'program/js')
-rw-r--r--program/js/app.js2
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;