mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
fixed results not being because of commented out "interceptFeedback" (probably left over from debugging)
This commit is contained in:
parent
3a597ace9c
commit
c8e1555d63
1 changed files with 3 additions and 3 deletions
|
@ -2916,9 +2916,9 @@ function hpIsStrict() {
|
|||
// **************
|
||||
// initialization
|
||||
// **************
|
||||
//hpInterceptFeedback();
|
||||
//hpInterceptHints();
|
||||
//hpInterceptClues();
|
||||
hpInterceptFeedback();
|
||||
hpInterceptHints();
|
||||
hpInterceptClues();
|
||||
hpInterceptChecks();
|
||||
function hpFindForm(formname, w) {
|
||||
if (w==null) w = self;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue