Skip to content

Commit

Permalink
fixed results not being sent caused by commenting out of "interceptFe…
Browse files Browse the repository at this point in the history
…edback" (probably left over from debugging)
  • Loading branch information
gbateson committed Aug 25, 2007
1 parent ec5a843 commit ee08757
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mod/hotpot/hotpot-full.js
Expand Up @@ -2916,9 +2916,9 @@ function hpIsStrict() {
// ************** // **************
// initialization // initialization
// ************** // **************
//hpInterceptFeedback(); hpInterceptFeedback();
//hpInterceptHints(); hpInterceptHints();
//hpInterceptClues(); hpInterceptClues();
hpInterceptChecks(); hpInterceptChecks();
function hpFindForm(formname, w) { function hpFindForm(formname, w) {
if (w==null) w = self; if (w==null) w = self;
Expand Down

0 comments on commit ee08757

Please sign in to comment.