Sorting on sending list via socket and RESTApi when projecting

This commit is contained in:
Kasper Rynning-Tønnesen
2018-05-30 11:39:20 +02:00
parent fcaa50cfd4
commit 68c24b6317
3 changed files with 7 additions and 33 deletions

View File

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