mirror of
https://github.com/moodle/moodle.git
synced 2025-07-11 09:26:34 +02:00
MDL-19756 Migrating choose_from_menu to outputlib
This commit is contained in:
@ -205,9 +205,8 @@ function lockoptionsallsetup(formid) {
|
||||
return lockoptionsall(formid);
|
||||
}
|
||||
|
||||
|
||||
function submitFormById(id) {
|
||||
var theform = document.getElementById(id);
|
||||
function submit_form_by_id(e, args) {
|
||||
var theform = document.getElementById(args.id);
|
||||
if(!theform) {
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user