Skip to content

Commit

Permalink
fix data entry page - history bubble disappears
Browse files Browse the repository at this point in the history
  • Loading branch information
smartinkc committed Jan 20, 2020
1 parent b6d0a86 commit fd6fd7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/multilingual.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@
$('#' + id + '-tr').children('td:first').html(translations['questions'][id]['text']);
}
else{
//$('#' + id + '-tr').children().children().children().children().children().children('td:first').html(translations['questions'][id]['text']);
$('#label-' + id).html(translations['questions'][id]['text']);
$('#' + id + '-tr').children().children().children().children().children().children('td:first').html(translations['questions'][id]['text']);
//$('#label-' + id).html(translations['questions'][id]['text']);
}
}

Expand Down

0 comments on commit fd6fd7b

Please sign in to comment.