]> git.mjollnir.org Git - moodle.git/commitdiff
removed a debug line which showed up in Rottmeier DropDown quizzes
authorgbateson <gbateson>
Thu, 12 Oct 2006 21:48:20 +0000 (21:48 +0000)
committergbateson <gbateson>
Thu, 12 Oct 2006 21:48:20 +0000 (21:48 +0000)
mod/hotpot/hotpot-full.js

index 1cb24dbe05db0c8119baf96f19e9e41c31f1b585..89c92639b1a1e27ea5a5a197f1419baf91029fa7 100644 (file)
@@ -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;