From: gbateson Date: Thu, 12 Oct 2006 21:48:20 +0000 (+0000) Subject: removed a debug line which showed up in Rottmeier DropDown quizzes X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=29c7c23082f1bc13ac8bb0ba72d9d1c5de627707;p=moodle.git removed a debug line which showed up in Rottmeier DropDown quizzes --- diff --git a/mod/hotpot/hotpot-full.js b/mod/hotpot/hotpot-full.js index 1cb24dbe05..89c92639b1 100644 --- a/mod/hotpot/hotpot-full.js +++ b/mod/hotpot/hotpot-full.js @@ -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;