From 27ea62a57663632d6661c22025b9f0dfe2cead63 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Sat, 24 Jul 2010 14:27:15 -0400
Subject: [PATCH] - Fix typo in update_contact_row() (#1486875)
---
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 a3b2b27..4cdb876 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -3663,7 +3663,7 @@
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;
--
Gitblit v1.9.1