From c8e1555d63e5cfaf98b2d221cab264e5f4967408 Mon Sep 17 00:00:00 2001 From: gbateson Date: Sat, 25 Aug 2007 01:54:30 +0000 Subject: [PATCH] fixed results not being because of commented out "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 a6ee9621b4..61879e2a7d 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; -- 2.39.5