MDL-21403 hardcoded JS legacy code should not use new $PAGE->requires-> api, switching to html_writer instead fix

This commit is contained in:
Petr Skoda
2010-01-26 09:53:24 +00:00
parent e92b7f60a6
commit df35647860
+2
View File
@@ -1,3 +1,5 @@
var assignment = {};
function setNext(){
document.getElementById('submitform').mode.value = 'next';
document.getElementById('submitform').userid.value = assignment.nextid;