- Fix typo in update_contact_row() (#1486875)

release-0.6
alecpl 14 years ago
parent 559de22891
commit 27ea62a576

@ -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;

Loading…
Cancel
Save