fixed skipping bug
This commit is contained in:
parent
b3e80b5e9c
commit
fc8a6ba800
@ -287,8 +287,8 @@
|
||||
<script data-goatcounter="https://horrordle.goatcounter.com/count"
|
||||
async src="//gc.zgo.at/count.js"></script>
|
||||
|
||||
<script src="movieList.js?2"></script>
|
||||
<script src="main.js?15"></script>
|
||||
<script src="movieList.js?3"></script>
|
||||
<script src="main.js?16"></script>
|
||||
|
||||
</body>
|
||||
|
||||
|
2
main.js
2
main.js
@ -421,7 +421,7 @@ function setResult(){
|
||||
localStorage.setItem('day_'+dayCount,'false');
|
||||
localStorage.setItem("lost_", "yes");
|
||||
localStorage.setItem("playedToday_", "yes");
|
||||
dates[dayCount-1].classList.add('lost');
|
||||
dates[dayCount].classList.add('lost');
|
||||
submitBonus(1);
|
||||
|
||||
}
|
||||
|
@ -153,7 +153,6 @@ var movies = [
|
||||
["Son of Frankenstein"],
|
||||
["Theatre of Blood"],
|
||||
["At Midnight I'll Take Your Soul"],
|
||||
["Prince of Darkness"],
|
||||
["Berserk: The Golden Age Arc 3 - The Advent"],
|
||||
["Maniac"],
|
||||
["The Mad Doctor"],
|
||||
@ -280,7 +279,6 @@ var movies = [
|
||||
["Tales of Terror"],
|
||||
["Dr"],
|
||||
["Shock"],
|
||||
["The Descent"],
|
||||
["Pontypool"],
|
||||
["The Tingler"],
|
||||
["The Plague of the Zombies"],
|
||||
@ -469,7 +467,6 @@ var movies = [
|
||||
["The Hills Have Eyes"],
|
||||
["Demon"],
|
||||
["The Rambler"],
|
||||
["The Ritual"],
|
||||
["Rubber Johnny"],
|
||||
["Intruder"],
|
||||
["Black Death"],
|
||||
|
Loading…
Reference in New Issue
Block a user