trying to minimize some load

This commit is contained in:
Kasper Rynning-Tønnesen
2015-07-03 17:33:57 +02:00
parent 39ec9feacf
commit a55836b28a
3 changed files with 15 additions and 20 deletions

View File

@@ -113,11 +113,6 @@ var List = {
$("#settings").css("opacity", "1");
$("#wrapper").css("opacity", "1");
full_playlist = msg;
full_playlist = full_playlist.sort(Helper.predicate({
name: 'votes',
reverse: true
}, 'added'));
},
vote: function(id, vote){