fixed results not being sent caused by commenting out of "interceptFeedback" (probably left over from debugging)

This commit is contained in:
gbateson
2007-08-25 01:42:16 +00:00
parent ef2f763ee8
commit a067240cbf
+3 -3
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;