Commit 7d273625 by Usman Khalid Committed by Ahsan Ulhaq

Fixed js tests.

TNL-708
parent bd16973e
......@@ -270,7 +270,6 @@ OpenAssessment.ResponseView.prototype = {
response: function(texts) {
var sel = $('.submission__answer__part__text__value', this.element);
if (typeof texts === 'undefined') {
return sel.map(function() {
return $.trim($(this).val());
}).get();
......
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