Skip to content

Commit

Permalink
Docs shortcut in Popular classifications.
Browse files Browse the repository at this point in the history
  • Loading branch information
bengarrett committed Sep 28, 2024
1 parent cb794fd commit 9c4398d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions assets/js/layout-htmx.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export function htmxEvents() {
removeSelectsValid(event, `artifact-editor-ansi-for-bbs`);
removeSelectsValid(event, `artifact-editor-magazine-for-text`);
removeSelectsValid(event, `artifact-editor-magazine-for-dos`);
removeSelectsValid(event, `artifact-editor-dox`);
});
// This event is triggered after an AJAX request has finished.
// https://htmx.org/events/#htmx:afterRequest
Expand Down Expand Up @@ -69,6 +70,7 @@ export function htmxEvents() {
afterClassifications(event, `artifact-editor-ansi-for-bbs`);
afterClassifications(event, `artifact-editor-magazine-for-text`);
afterClassifications(event, `artifact-editor-magazine-for-dos`);
afterClassifications(event, `artifact-editor-dox`);
// record releaser.
afterUpdate(event, `artifact-editor-releaser-undo`);
afterUpdateRels(event, `artifact-editor-releaser-update`);
Expand Down
Loading

0 comments on commit 9c4398d

Please sign in to comment.