Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
carson 2020-10-01 10:49:05 -06:00
commit af0ae86325

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;