mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-03 18:25:02 +08:00
fixed not being able to view cookie popup
This commit is contained in:
parent
8d140bed0f
commit
ce82379dce
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ export function check(): void {
|
|||
|
||||
export function show(): void {
|
||||
Skeleton.append(wrapperId);
|
||||
$("#cookiePopupWrapper").removeClass("hidden");
|
||||
if (
|
||||
$("#cookiePopupWrapper")[0] === undefined ||
|
||||
$("#cookiePopupWrapper").is(":visible") === false ||
|
||||
|
|
Loading…
Reference in a new issue