Restore last active group

This commit is contained in:
SillyLossy
2023-03-28 22:58:36 +03:00
parent 9d512e09bc
commit 6ab38964dc
2 changed files with 325 additions and 310 deletions

View File

@@ -180,6 +180,7 @@ function printGroups() {
for (let group of groups) {
const template = $("#group_list_template .group_select").clone();
template.data("id", group.id);
template.attr("grid", group.id);
template.find(".ch_name").text(group.name);
$("#rm_print_characters_block").prepend(template);
updateGroupAvatar(group);