Commit 32ed7147 by Scott

Fix JS recalc error message

parent 48a582eb
......@@ -70,7 +70,7 @@ function qa_recalc_update(elem, state, noteid)
qa_recalc_update(elem, lines[1], noteid);
} else if (lines[0]=='0') {
document.getElementById(noteid).innerHTML=lines[2];
document.getElementById(noteid).innerHTML=lines[1];
qa_recalc_cleanup(elem);
} else {
......
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