diff --git a/dist/ext/preload.js b/dist/ext/preload.js index 9caa7e3c..e78d2a35 100644 --- a/dist/ext/preload.js +++ b/dist/ext/preload.js @@ -7,7 +7,7 @@ htmx.defineExtension("preload", { onEvent: function(name, event) { // Only take actions on "htmx:afterProcessNode" - if (name !== "htmx:afterProcessNode") { + if (name !== "htmx:afterProcessNode" && name !== "htmx:load") { return; }