Fix ccd.js, fix text in english for "options" string in portuguese

This commit is contained in:
天クマ 2026-04-19 12:22:21 -03:00
commit b8bd904bfc
3 changed files with 37 additions and 3 deletions

View file

@ -5,7 +5,7 @@ document.addEventListener('keydown', function(event) {
if (event.code === konamiCode[keyIndex]) {
keyIndex++;
if (keyIndex === konamiCode.length) {
window.location.href = './toyourdreams.txt'
window.location.href = './static/toyourdreams.txt'
keyIndex = 0;
}
} else {