We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e9f5b6 commit fa459f6Copy full SHA for fa459f6
scripts/vts.js
@@ -977,7 +977,7 @@
977
if ($.inArray(kind,kinds) !== -1) {
978
start = $rows.eq(i).find('td').eq(2).text();
979
end = $rows.eq(i).find('td').eq(3).text();
980
- content = $rows.eq(i).find('td').eq(4).text();
+ content = $rows.eq(i).find('td').eq(4)[0].innerText;
981
if (start !== undefined && end !== undefined) {
982
vtt[kind] += start + ' --> ' + end + "\n";
983
if (content !== 'undefined') {
0 commit comments