Add cookie support
This commit is contained in:
parent
22a8fb2d75
commit
7d5c6d3b20
@ -93,7 +93,7 @@
|
|||||||
function easterEgg(easterEggState) {
|
function easterEgg(easterEggState) {
|
||||||
console.log("Easter egg state is: " + easterEggState);
|
console.log("Easter egg state is: " + easterEggState);
|
||||||
// Check existing site state before updating it (prevents the site from hanging when you use the drawDesign function)
|
// Check existing site state before updating it (prevents the site from hanging when you use the drawDesign function)
|
||||||
if ((/true/).test(getCookie("easterEggState") == easterEggState) {
|
if ((/true/).test(getCookie("easterEggState") == easterEggState)) {
|
||||||
console("Easter egg state already set! Ignoring request...");
|
console("Easter egg state already set! Ignoring request...");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user