mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-02 15:25:26 +00:00
lowercase verb to match up w/ htmx internals
fixes https://github.com/bigskysoftware/htmx/issues/565
This commit is contained in:
parent
1b44728f49
commit
f4ff7ac949
@ -2130,6 +2130,7 @@ return (function () {
|
||||
}
|
||||
|
||||
function ajaxHelper(verb, path, context) {
|
||||
verb = verb.toLowerCase();
|
||||
if (context) {
|
||||
if (context instanceof Element || isType(context, 'String')) {
|
||||
return issueAjaxRequest(verb, path, null, null, {
|
||||
|
Loading…
x
Reference in New Issue
Block a user