1. Changed wordings
This commit is contained in:
parent
819a9028a6
commit
d62b13c76f
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ $(document).ready(function(){
|
|||
"ego_profile_image",
|
||||
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) {
|
||||
setProfileName('no_coauthorships_person', $('#ego_label').text());
|
||||
|
|
Loading…
Add table
Reference in a new issue