Commit 05a3e9b2 by dragonfi

Fix question repetition when multiple mentoring blocks present

parent a3ffcdda
......@@ -67,7 +67,7 @@ function MentoringBlock(runtime, element) {
}
}
function readChildren(element) {
function readChildren() {
var doms = $('.xblock-light-child', element);
$.each(doms, function(index, child_dom) {
......
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