Commit 9225a9a0 by Chris Rodriguez

Removing safe transcripts for now

parent f8451fa8
...@@ -758,8 +758,9 @@ ...@@ -758,8 +758,9 @@
'data-start': start[index], 'data-start': start[index],
'tabindex': 0 'tabindex': 0
}); });
$(liEl).text(text); // TODO: this needs to be made safe, but more discussion needs to happen
$(liEl).html(text);
return liEl[0]; return liEl[0];
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment