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:
Dennis Eichhorn 2016-11-06 14:27:46 +01:00
parent 9519424a43
commit 90afb92599

View File

@ -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(),