mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-02 15:25:26 +00:00
typo
This commit is contained in:
parent
9c2cda0ee5
commit
78b2bddab0
@ -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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user