Skip to content

Commit

Permalink
ensure htmx processes dynamically-loaded content (#6467)
Browse files Browse the repository at this point in the history
  • Loading branch information
escattone authored Jan 22, 2025
1 parent 737cb9c commit a283b34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kitsune/sumo/static/sumo/js/flagit.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ document.addEventListener('DOMContentLoaded', () => {
flaggedQueue.innerHTML = doc.querySelector('#flagged-queue').innerHTML;
disableUpdateStatusButtons();
initializeDropdownsAndTags();
htmx.process(flaggedQueue);
}
});
}
Expand Down

0 comments on commit a283b34

Please sign in to comment.