Space, the final frontier

This commit is contained in:
Ben Croker 2020-10-01 17:39:14 +02:00 committed by GitHub
parent d90d7160c8
commit 5bbc055073
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1721,7 +1721,7 @@ return (function () {
}
}
var eventDetail = {xhr: xhr, target: target, requestConfig:requestConfig};
var eventDetail = {xhr: xhr, target: target, requestConfig: requestConfig};
xhr.onload = function () {
try {
if (!triggerEvent(elt, 'htmx:beforeOnLoad', eventDetail)) return;