mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-01-11 09:58:39 +00:00
supporting external submit buttons now
This commit is contained in:
parent
9727f860f5
commit
ddccff7511
|
|
@ -85,7 +85,7 @@
|
|||
return null;
|
||||
}
|
||||
|
||||
return e.querySelectorAll('input[type=submit]');
|
||||
return document.querySelectorAll('#' + this.id + ' input[type=submit], button[form=' + this.id + '][type=submit]');
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user