fix
This commit is contained in:
@@ -401,7 +401,7 @@ class SongSelect{
|
|||||||
element.setAttribute("alt", text)
|
element.setAttribute("alt", text)
|
||||||
}
|
}
|
||||||
|
|
||||||
setSelectedSong(songIdx, drawBg){
|
setSelectedSong(songIdx, drawBg=true){
|
||||||
if(drawBg){
|
if(drawBg){
|
||||||
var cat = this.songs[songIdx].originalCategory
|
var cat = this.songs[songIdx].originalCategory
|
||||||
if(cat){
|
if(cat){
|
||||||
|
|||||||
Reference in New Issue
Block a user