mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
fixing javascript error in MDL-8652
This commit is contained in:
parent
76d4ec0095
commit
e5c158bbbd
1 changed files with 1 additions and 1 deletions
|
@ -498,7 +498,7 @@
|
|||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
function navigate(page) {
|
||||
var ourForm = getElementById('responseform');
|
||||
var ourForm = document.getElementById('responseform');
|
||||
ourForm.page.value=page;
|
||||
if (ourForm.onsubmit) {
|
||||
ourForm.onsubmit();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue