Commit e258afd5 by Stephen Sanchez Committed by Brian Talbot

Moving a collapse function after rebase

parent a81a8f56
...@@ -38,12 +38,12 @@ function OpenAssessmentBlock(runtime, element) { ...@@ -38,12 +38,12 @@ function OpenAssessmentBlock(runtime, element) {
render_peer_assessment(data); render_peer_assessment(data);
} }
}); });
collapse($('#openassessment__response', element));
$.ajax({ $.ajax({
type: "POST", type: "POST",
url: renderSubmissionUrl, url: renderSubmissionUrl,
success: function(data) { success: function(data) {
render_submissions(data); render_submissions(data);
collapse($('#openassessment__response', element));
} }
}); });
} }
......
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