mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-01-11 09:58:39 +00:00
Method attribute value fix
I don't know why this is happening but this seems to return the correct value.
This commit is contained in:
parent
9519424a43
commit
90afb92599
|
|
@ -265,7 +265,7 @@
|
|||
{
|
||||
this.clean();
|
||||
|
||||
this.method = document.getElementById(this.id).method;
|
||||
this.method = document.getElementById(this.id).attributes['method'].value;
|
||||
this.action = document.getElementById(this.id).action;
|
||||
|
||||
let elements = this.getFormElements(),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user