fixed results not being sent caused by commenting out of "interceptFeedback" (probably left over from debugging)
This commit is contained in:
@@ -2916,9 +2916,9 @@ function hpIsStrict() {
|
||||
// **************
|
||||
// initialization
|
||||
// **************
|
||||
//hpInterceptFeedback();
|
||||
//hpInterceptHints();
|
||||
//hpInterceptClues();
|
||||
hpInterceptFeedback();
|
||||
hpInterceptHints();
|
||||
hpInterceptClues();
|
||||
hpInterceptChecks();
|
||||
function hpFindForm(formname, w) {
|
||||
if (w==null) w = self;
|
||||
|
||||
Reference in New Issue
Block a user