From a067240cbf604cc373ee4d4343dc19fcbcd8a40a Mon Sep 17 00:00:00 2001 From: gbateson Date: Sat, 25 Aug 2007 01:42:16 +0000 Subject: [PATCH] fixed results not being sent caused by commenting out of "interceptFeedback" (probably left over from debugging) --- mod/hotpot/hotpot-full.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mod/hotpot/hotpot-full.js b/mod/hotpot/hotpot-full.js index a6ee9621b45..61879e2a7dd 100644 --- a/mod/hotpot/hotpot-full.js +++ b/mod/hotpot/hotpot-full.js @@ -2916,9 +2916,9 @@ function hpIsStrict() { // ************** // initialization // ************** -//hpInterceptFeedback(); -//hpInterceptHints(); -//hpInterceptClues(); +hpInterceptFeedback(); +hpInterceptHints(); +hpInterceptClues(); hpInterceptChecks(); function hpFindForm(formname, w) { if (w==null) w = self;