mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
trying to minimize some load
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user