Commit 88c93ae4 by Stephen Sanchez

Merge pull request #555 from edx/grady/ORA-729

Fixed ORA-740
parents a2e32218 7993f76d
...@@ -281,6 +281,8 @@ OpenAssessment.EditStudentTrainingView = function(element) { ...@@ -281,6 +281,8 @@ OpenAssessment.EditStudentTrainingView = function(element) {
containerItemClass: "openassessment_training_example" containerItemClass: "openassessment_training_example"
} }
); );
this.exampleContainer.addEventListeners();
}; };
OpenAssessment.EditStudentTrainingView.prototype = { OpenAssessment.EditStudentTrainingView.prototype = {
......
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