[chore] Run ESLint

This commit is contained in:
Cohee
2024-04-12 14:22:12 +03:00
parent b09cabaeb2
commit 9c218455c4
5 changed files with 23 additions and 23 deletions

View File

@@ -263,7 +263,7 @@ async function RA_autoloadchat() {
await selectCharacterById(String(active_character_id));
// Do a little tomfoolery to spoof the tag selector
const selectedCharElement = $(`#rm_print_characters_block .character_select[chid="${active_character_id}"]`)
const selectedCharElement = $(`#rm_print_characters_block .character_select[chid="${active_character_id}"]`);
applyTagsOnCharacterSelect.call(selectedCharElement);
}
}