From 22fd5236eb132d2e3782ce1d7831e54bbf5b34d7 Mon Sep 17 00:00:00 2001 From: manolobevia Date: Mon, 11 Jul 2011 18:57:46 +0000 Subject: [PATCH] NIHVIVO-2854: Removed extra comma, this was causing js alert errors in IE 6 and 7. THANKS Nick. --- webapp/web/js/account/accountAssociateProfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/web/js/account/accountAssociateProfile.js b/webapp/web/js/account/accountAssociateProfile.js index 510c715b1..885fe6889 100644 --- a/webapp/web/js/account/accountAssociateProfile.js +++ b/webapp/web/js/account/accountAssociateProfile.js @@ -215,7 +215,7 @@ var associateProfileFields = { this.associateProfileBackgroundOneArea.css("background-color","#f1f2ee"); this.associateProfileBackgroundOneArea.css("border","1px solid #ccc"); } - }, + } }