From: gbateson Date: Sat, 25 Aug 2007 01:54:30 +0000 (+0000) Subject: fixed results not being because of commented out "interceptFeedback" (probably left... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c8e1555d63e5cfaf98b2d221cab264e5f4967408;p=moodle.git fixed results not being because of commented out "interceptFeedback" (probably left over from debugging) --- 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;