Fix results not showing in Firefox

This commit is contained in:
LoveEevee
2018-10-01 13:02:28 +03:00
parent fb836d7e77
commit ab1835aa48
3 changed files with 11 additions and 6 deletions

View File

@@ -132,7 +132,9 @@ class Controller{
this.view.displayScore(score, notPlayed)
}
songSelection(fadeIn){
this.clean()
if(!fadeIn){
this.clean()
}
new SongSelect(false, fadeIn)
}
restartSong(){