mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
fixed results not being because of commented out "interceptFeedback" (probably left over from debugging)
This commit is contained in:
parent
3a597ace9c
commit
c8e1555d63
@ -2916,9 +2916,9 @@ function hpIsStrict() {
|
||||
// **************
|
||||
// initialization
|
||||
// **************
|
||||
//hpInterceptFeedback();
|
||||
//hpInterceptHints();
|
||||
//hpInterceptClues();
|
||||
hpInterceptFeedback();
|
||||
hpInterceptHints();
|
||||
hpInterceptClues();
|
||||
hpInterceptChecks();
|
||||
function hpFindForm(formname, w) {
|
||||
if (w==null) w = self;
|
||||
|
Loading…
x
Reference in New Issue
Block a user