#12202 Added setup flag for easter egg

This commit is contained in:
Jorge Rincon 2023-11-24 13:25:42 +01:00
parent b6582b7f7e
commit 51a152d86d
1 changed files with 2 additions and 1 deletions

View File

@ -1747,7 +1747,8 @@ $(window).on("load", function() {
.off("click")
.on("click", function(e) {
counter++;
if (counter == 12) {
let flagEasternEgg = $("#flagEasternEgg").val();
if (counter == 12 && flagEasternEgg == true) {
$("#modal-asteroids")
.dialog({
title: "Asteroids",