NIHVIVO-2854: Removed extra comma, this was causing js alert errors in IE 6 and 7. THANKS Nick.

This commit is contained in:
manolobevia 2011-07-11 18:57:46 +00:00
parent d9ea4c915f
commit 22fd5236eb

View file

@ -215,7 +215,7 @@ var associateProfileFields = {
this.associateProfileBackgroundOneArea.css("background-color","#f1f2ee"); this.associateProfileBackgroundOneArea.css("background-color","#f1f2ee");
this.associateProfileBackgroundOneArea.css("border","1px solid #ccc"); this.associateProfileBackgroundOneArea.css("border","1px solid #ccc");
} }
}, }
} }