This commit is contained in:
Kyle
2020-03-30 13:49:59 -07:00
parent d7fb7018be
commit 7107e26b14
5 changed files with 12 additions and 1 deletions

View File

@@ -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()