diff --git a/src/htmx.js b/src/htmx.js index eb11d086..887482a4 100644 --- a/src/htmx.js +++ b/src/htmx.js @@ -1299,9 +1299,7 @@ var htmx = (() => { // insert non-transition tasks immediately for (let task of nonTransitionTasks) { - for (let taskElement of task) { - this.__insertContent(task) - } + this.__insertContent(task) } // insert transition tasks in the transition queue