mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -05:00
cookies
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user