mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Display group member avatar id as a title
This commit is contained in:
@@ -781,6 +781,7 @@ function select_group_chats(groupId, skipAnimation) {
|
|||||||
const template = $("#group_member_template .group_member").clone();
|
const template = $("#group_member_template .group_member").clone();
|
||||||
template.data("id", character.avatar);
|
template.data("id", character.avatar);
|
||||||
template.find(".avatar img").attr("src", avatar);
|
template.find(".avatar img").attr("src", avatar);
|
||||||
|
template.find(".avatar img").attr("title", character.avatar);
|
||||||
template.find(".ch_name").text(character.name);
|
template.find(".ch_name").text(character.name);
|
||||||
template.attr("chid", characters.indexOf(character));
|
template.attr("chid", characters.indexOf(character));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user