mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +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")
|
.off("click")
|
||||||
.on("click", function(e) {
|
.on("click", function(e) {
|
||||||
counter++;
|
counter++;
|
||||||
if (counter == 12) {
|
let flagEasternEgg = $("#flagEasternEgg").val();
|
||||||
|
if (counter == 12 && flagEasternEgg == true) {
|
||||||
$("#modal-asteroids")
|
$("#modal-asteroids")
|
||||||
.dialog({
|
.dialog({
|
||||||
title: "Asteroids",
|
title: "Asteroids",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user