Update cookies.js

This commit is contained in:
Kyle
2020-03-30 13:41:40 -07:00
parent 9449bcf6ed
commit d7fb7018be

View File

@@ -22,6 +22,7 @@ function getCookie(cookieName) {
function checkCookies() {
if (getCookie('colorPalette') != undefined) {
loadScript('data/scripts/palettes/' + getCookie('colorPalette') + '.js')
document.getElementById('inputColorPalette').value = getCookie('colorPalette')
}
}
checkCookies()