Improve the loading screen error message

- Fix subtitle if the previously selected song had the same title
This commit is contained in:
LoveEevee
2020-03-16 12:54:21 +03:00
parent c5f85d0d87
commit 33b9b206a7
7 changed files with 147 additions and 43 deletions

View File

@@ -5,7 +5,7 @@
cancelTouch = false
this.endButton = this.getElement("view-end-button")
this.diagTxt = document.getElementById("diag-txt")
this.diagTxt = this.getElement("diag-txt")
this.version = document.getElementById("version-link").href
this.tutorialOuter = this.getElement("view-outer")
if(touchEnabled){