From 7107e26b141cc1f4f2c731d8aee8685f1b2596da Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Mon, 30 Mar 2020 13:49:59 -0700 Subject: [PATCH] cookies --- askscryfall.html | 3 +++ data/scripts/cookies.js | 1 - disclaimer.html | 3 +++ index.html | 3 +++ termsofuse.html | 3 +++ 5 files changed, 12 insertions(+), 1 deletion(-) diff --git a/askscryfall.html b/askscryfall.html index e2f96871..f1ce2e09 100644 --- a/askscryfall.html +++ b/askscryfall.html @@ -61,6 +61,9 @@ +
Navigation
diff --git a/data/scripts/cookies.js b/data/scripts/cookies.js index 965fcaff..ab48c8e4 100644 --- a/data/scripts/cookies.js +++ b/data/scripts/cookies.js @@ -22,7 +22,6 @@ function getCookie(cookieName) { function checkCookies() { if (getCookie('colorPalette') != undefined) { loadScript('data/scripts/palettes/' + getCookie('colorPalette') + '.js') - document.getElementById('inputColorPalette').value = getCookie('colorPalette') } } checkCookies() diff --git a/disclaimer.html b/disclaimer.html index ebc3dbf5..6902f765 100644 --- a/disclaimer.html +++ b/disclaimer.html @@ -48,6 +48,9 @@ +
Navigation
diff --git a/index.html b/index.html index 146f9422..27f4d70b 100644 --- a/index.html +++ b/index.html @@ -253,6 +253,9 @@ +
Navigation
diff --git a/termsofuse.html b/termsofuse.html index 37b5e13f..4c0be6e5 100644 --- a/termsofuse.html +++ b/termsofuse.html @@ -39,6 +39,9 @@ +
Navigation