mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 08:22:07 +02:00
removed a debug line which showed up in Rottmeier DropDown quizzes
This commit is contained in:
parent
5da7b0b2b4
commit
29c7c23082
@ -1579,7 +1579,6 @@ function hpClickCheck(hp, t, v, args) {
|
||||
}
|
||||
var is_wrong = (ii==ii_max);
|
||||
}
|
||||
if (!window.gdb)window.gdb=!confirm('is_wrong=['+is_wrong+'], g=['+g+']');
|
||||
if (is_wrong) { // guess is wrong
|
||||
if (!HP[_wrong][i]) HP[_wrong][i] = new Array();
|
||||
var ii_max = HP[_wrong][i].length;
|
||||
|
Loading…
x
Reference in New Issue
Block a user