This commit is contained in:
Kyle
2020-07-24 17:15:43 -07:00
parent e07991da20
commit 2b9e17ea0c
15 changed files with 139 additions and 196 deletions

View File

@@ -28,7 +28,9 @@ function checkCookies() {
setTimeout(function() {
document.getElementById('inputColorPalette').value = getCookie('colorPalette')
}, 1000)
}
} else {
loadScript('/data/scripts/palettes/lowpolyGreen.js')
}
}
checkCookies()