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 // 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;