Improve the loading screen error message
- Fix subtitle if the previously selected song had the same title
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user