nextshow() bglayer(false); 추가

This commit is contained in:
lch 2021-04-16 07:51:58 +00:00
parent 4df72e9888
commit ebfa3ed63a
1 changed files with 1 additions and 0 deletions

View File

@ -230,6 +230,7 @@
} }
}); });
function nextshow() { function nextshow() {
bglayer(false);
stopsoundall(); stopsoundall();
cblock = getint($(".evbox:visible").first().attr("data-qblock")) + 1; cblock = getint($(".evbox:visible").first().attr("data-qblock")) + 1;
$(".evbox").hide(); $(".evbox").hide();