Unify characters/group list. Sort groups with chars

This commit is contained in:
SillyLossy
2023-05-06 01:51:34 +03:00
parent ef7f6ad096
commit 9f9f4fe883
3 changed files with 50 additions and 18 deletions

View File

@ -733,13 +733,11 @@ function printCharacters() {
// Add to the list
$("#rm_print_characters_block").append(template);
});
$("#rm_print_characters_block").prepend(`<hr>`);
printTags();
printGroups();
sortCharactersList();
favsToHotswap();
sortCharactersList();
}
async function getCharacters() {