summaryrefslogtreecommitdiffstatshomepage
path: root/dist/htmx.js
diff options
context:
space:
mode:
Diffstat (limited to 'dist/htmx.js')
-rw-r--r--dist/htmx.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/dist/htmx.js b/dist/htmx.js
index de0ac11a..55e8df64 100644
--- a/dist/htmx.js
+++ b/dist/htmx.js
@@ -1386,7 +1386,7 @@ return (function () {
throw e;
} finally {
removeRequestIndicatorClasses(elt);
- triggerErrorEvent(elt, 'afterRequest.htmx', eventDetail);
+ triggerEvent(elt, 'afterRequest.htmx', eventDetail);
triggerEvent(elt, 'afterOnLoad.htmx', eventDetail);
endRequestLock();
}
@@ -1522,6 +1522,7 @@ return (function () {
defaultSettleDelay:100,
includeIndicatorStyles:true
},
+ parseInterval:parseInterval,
_:internalEval
}
}