mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-03 07:45:21 +00:00
typo
This commit is contained in:
parent
9c2cda0ee5
commit
78b2bddab0
@ -930,7 +930,7 @@ return (function () {
|
|||||||
} else {
|
} else {
|
||||||
var rawAttribute = getRawAttribute(elt, "method");
|
var rawAttribute = getRawAttribute(elt, "method");
|
||||||
verb = rawAttribute ? rawAttribute.toLowerCase() : "get";
|
verb = rawAttribute ? rawAttribute.toLowerCase() : "get";
|
||||||
if (verb === true) {
|
if (verb === "get") {
|
||||||
nodeData.pushURL = true;
|
nodeData.pushURL = true;
|
||||||
}
|
}
|
||||||
path = getRawAttribute(elt, 'action');
|
path = getRawAttribute(elt, 'action');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user