|
|
| Participants: |
Joseph Rézeau and Mark Nielsen
|
| Security Level: |
None
|
| Affected Branches: |
MOODLE_16_STABLE
|
| Fixed Branches: |
MOODLE_16_STABLE
|
|
The unnecessary display of a Continue link after each Branch page plus the 3 seconds delay is really irritating in Moodle 1.6+
I am suggesting this simple fix (tried and tested).
In file \mod\lesson\action\continue.php, line 595, change:
redirect("view.php?id=$cm->id&action=navigation&pageid=$newpageid");
to
redirect("view.php?id=$cm->id&action=navigation&pageid=$newpageid","","0");
Joseph
|
|
Description
|
The unnecessary display of a Continue link after each Branch page plus the 3 seconds delay is really irritating in Moodle 1.6+
I am suggesting this simple fix (tried and tested).
In file \mod\lesson\action\continue.php, line 595, change:
redirect("view.php?id=$cm->id&action=navigation&pageid=$newpageid");
to
redirect("view.php?id=$cm->id&action=navigation&pageid=$newpageid","","0");
Joseph |
Show » |
|
MDL-5403