mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
#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…
x
Reference in New Issue
Block a user