Exercises: Fix inter-version issue introduced by 5a80a12c58 in which the comments and scores in exercises corrections were not taken into account - refs BT#14688

pull/2606/head
Yannick Warnier 8 years ago
parent f9b0c9c2a9
commit 302ec74db1
  1. 2
      main/exercise/exercise_show.php

@ -197,7 +197,7 @@ if ($action != 'export') {
}
function getFCK(vals, marksid) {
var f = document.getElementById('myform');
var f = document.getElementById('form-email');
var m_id = marksid.split(',');
for (var i = 0; i < m_id.length; i++) {

Loading…
Cancel
Save