1. Changed wordings

This commit is contained in:
cdtank 2010-07-28 00:44:37 +00:00
parent 819a9028a6
commit d62b13c76f

View file

@ -267,7 +267,7 @@ $(document).ready(function(){
"ego_profile_image", "ego_profile_image",
jQuery.parseJSON(getWellFormedURLs("${requestScope.egoURIParam}", "profile_info"))); jQuery.parseJSON(getWellFormedURLs("${requestScope.egoURIParam}", "profile_info")));
<c:if test='${numOfCoAuthorShips <= 0}'> <c:if test='${empty numOfCoAuthorShips || empty numOfAuthors}'>
if ($('#ego_label').text().length > 0) { if ($('#ego_label').text().length > 0) {
setProfileName('no_coauthorships_person', $('#ego_label').text()); setProfileName('no_coauthorships_person', $('#ego_label').text());