Skip to content

Commit

Permalink
fix hidden notice
Browse files Browse the repository at this point in the history
  • Loading branch information
AyIong committed Dec 21, 2024
1 parent d70353a commit 3be62bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
if(screen_image_url)
html += {"<img id="screen_image" class="bg" src="[screen_image_url]">"}

html += {"<div id="container_notice" class="hidden">[SStitle.notice]</div>"}
html += {"<div id="container_notice" class="[SStitle.notice ? "" : "hidden"]">[SStitle.notice]</div>"}
html += {"<input type="checkbox" id="hide_menu">"}
html += {"<div class="lobby_wrapper">"}
html += {"
Expand Down

0 comments on commit 3be62bb

Please sign in to comment.