From 0b7e41e084b7e159171912196565022507efe801 Mon Sep 17 00:00:00 2001 From: bitWolfy Date: Fri, 2 Aug 2024 07:38:51 -0700 Subject: [PATCH] [SmartAlias] Fix the renamed tag inputs --- src/js/modules/misc/SmartAlias.ts | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/js/modules/misc/SmartAlias.ts b/src/js/modules/misc/SmartAlias.ts index f1168c04..5364d47a 100644 --- a/src/js/modules/misc/SmartAlias.ts +++ b/src/js/modules/misc/SmartAlias.ts @@ -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[] = [];