skill issue

This commit is contained in:
RossAscends
2023-05-02 03:42:16 +09:00
parent a3ef1b670d
commit 45b7a8b584

View File

@@ -5385,7 +5385,7 @@ $(document).ready(function () {
$(document).on('click', '.mes .avatar', function () {
$('#avatar_zoom_popup').css('display', 'none');
let thumbURL = $(this).children('img').attr('src');
let charsPath = '/characters/'
let targetAvatarImg = thumbURL.substring(thumbURL.lastIndexOf("=") + 1);