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 b2a88014ba
commit 9727ef2039
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", "");