We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6d0a86 commit fd6fd7bCopy full SHA for fd6fd7b
js/multilingual.js
@@ -138,8 +138,8 @@
138
$('#' + id + '-tr').children('td:first').html(translations['questions'][id]['text']);
139
}
140
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']);
+ $('#' + id + '-tr').children().children().children().children().children().children('td:first').html(translations['questions'][id]['text']);
+ //$('#label-' + id).html(translations['questions'][id]['text']);
143
144
145
0 commit comments