fixed not being able to view cookie popup

This commit is contained in:
Miodec 2023-03-03 12:52:02 +01:00
parent 8d140bed0f
commit ce82379dce

View file

@ -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 ||