#12202 Added setup flag for easter egg
This commit is contained in:
parent
b6582b7f7e
commit
51a152d86d
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue