1. Made changes to incorporate conditional wordings for side-bar in person level vis.
This commit is contained in:
parent
c556264eeb
commit
382fd6ae80
2 changed files with 8 additions and 4 deletions
|
@ -251,10 +251,14 @@ function nodeClickedJS(json){
|
|||
if (obj.url == egoURI) {
|
||||
|
||||
$("#authorName").addClass('author_name').removeClass('neutral_author_name');
|
||||
$('#num_works > .author_stats_text').text('Work(s)');
|
||||
$('#num_authors > .author_stats_text').text('Co-author(s)');
|
||||
|
||||
} else {
|
||||
|
||||
$("#authorName").addClass('neutral_author_name').removeClass('author_name');
|
||||
$('#num_works > .author_stats_text').text('Joint Work(s)');
|
||||
$('#num_authors > .author_stats_text').text('Joint Co-author(s)');
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue