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