From 45b7a8b58434426accfe8a4dc8f0e28ec3ea68af Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Tue, 2 May 2023 03:42:16 +0900 Subject: [PATCH] skill issue --- public/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/script.js b/public/script.js index 9e4e2c926..0fbc0f64a 100644 --- a/public/script.js +++ b/public/script.js @@ -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);