This commit is contained in:
carson 2021-05-17 11:22:25 -06:00
parent 9c2cda0ee5
commit 78b2bddab0

View File

@ -930,7 +930,7 @@ return (function () {
} else {
var rawAttribute = getRawAttribute(elt, "method");
verb = rawAttribute ? rawAttribute.toLowerCase() : "get";
if (verb === true) {
if (verb === "get") {
nodeData.pushURL = true;
}
path = getRawAttribute(elt, 'action');