Sorting list and added a fallback on crash

This commit is contained in:
Kasper Rynning-Tønnesen
2018-05-31 22:24:25 +02:00
parent 4a9bad6b11
commit fdbe0c6e92
2 changed files with 5 additions and 2 deletions

View File

@@ -178,7 +178,7 @@ var List = {
full_playlist[x].votes = 0;
}
}
//List.sortList();
List.sortList();
Helper.setHtml("#wrapper", "");