fixed results not being because of commented out "interceptFeedback" (probably left over from debugging)

This commit is contained in:
gbateson 2007-08-25 01:54:30 +00:00
parent 3a597ace9c
commit c8e1555d63

View File

@ -2916,9 +2916,9 @@ function hpIsStrict() {
// **************
// initialization
// **************
//hpInterceptFeedback();
//hpInterceptHints();
//hpInterceptClues();
hpInterceptFeedback();
hpInterceptHints();
hpInterceptClues();
hpInterceptChecks();
function hpFindForm(formname, w) {
if (w==null) w = self;