Skip to content

Commit

Permalink
[SmartAlias] Fix the renamed tag inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
bitWolfy committed Aug 2, 2024
1 parent 8d3a40a commit 0b7e41e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/js/modules/misc/SmartAlias.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ export class SmartAlias extends RE6Module {
"#post_tag_string", // editing form tags
"#re621_qedit_tags", // re621's version

// Yes, this is correct
"#post_characters", // artist
"#post_sexes", // characters
"#post_bodyTypes", // body types
"#post_themes", // themes
"#post_tags", // other tags
// Upload page inputs
"#post_artist",
"#post_character",
"#post_species",
"#post_themes",
"#post_content",
"#post_tags",
]);

private inputElements: JQuery<HTMLElement>[] = [];
Expand Down

0 comments on commit 0b7e41e

Please sign in to comment.