1. Fixed the bug (see NIHVIVO-1794) where wrong language was getting displayed in the sidebar for person level visualizations.
This commit is contained in:
parent
afec9c1b82
commit
81f089389d
4 changed files with 4 additions and 2 deletions
|
@ -38,7 +38,7 @@ function renderStatsOnNodeClicked(json){
|
|||
*/
|
||||
if(obj.url){
|
||||
|
||||
if (obj.url == egoURI) {
|
||||
if (obj.url === unEncodedEgoURI) {
|
||||
|
||||
$("#authorName").addClass('author_name').removeClass('neutral_author_name');
|
||||
$('#num_works > .author_stats_text').text(works);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue