Skip to content

Commit fd6fd7b

Browse files
committed
fix data entry page - history bubble disappears
1 parent b6d0a86 commit fd6fd7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/multilingual.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@
138138
$('#' + id + '-tr').children('td:first').html(translations['questions'][id]['text']);
139139
}
140140
else{
141-
//$('#' + id + '-tr').children().children().children().children().children().children('td:first').html(translations['questions'][id]['text']);
142-
$('#label-' + id).html(translations['questions'][id]['text']);
141+
$('#' + id + '-tr').children().children().children().children().children().children('td:first').html(translations['questions'][id]['text']);
142+
//$('#label-' + id).html(translations['questions'][id]['text']);
143143
}
144144
}
145145

0 commit comments

Comments
 (0)