From 29c7c23082f1bc13ac8bb0ba72d9d1c5de627707 Mon Sep 17 00:00:00 2001 From: gbateson Date: Thu, 12 Oct 2006 21:48:20 +0000 Subject: [PATCH] removed a debug line which showed up in Rottmeier DropDown quizzes --- mod/hotpot/hotpot-full.js | 1 - 1 file changed, 1 deletion(-) 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; -- 2.39.5