From 7972ad52ae1ea56949b664c759846c6e855425a0 Mon Sep 17 00:00:00 2001 From: Doveliyuchen Date: Wed, 8 Mar 2023 15:48:36 +0800 Subject: [PATCH] Update GameTutorial.html --- templates/GameTutorial.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/GameTutorial.html b/templates/GameTutorial.html index da3236e..efd01f0 100644 --- a/templates/GameTutorial.html +++ b/templates/GameTutorial.html @@ -350,6 +350,7 @@ document.getElementById("next").style.visibility = "visible"; } document.getElementById("game").style.visibility = "visible"; + $("#mask").hide(); });