close button for AN

This commit is contained in:
RossAscends
2023-06-02 23:08:14 +09:00
parent 556bbfe865
commit 6ac649a75f
4 changed files with 43 additions and 2 deletions

View File

@ -5421,7 +5421,6 @@ $(document).ready(function () {
easing: animation_easing,
});
setTimeout(function () { $("#character_popup").css("display", "none"); }, 200);
//$("#character_popup").css("display", "none");
});
$("#character_popup_ok").click(function () {
is_advanced_char_open = false;