mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Hiding user suggests when it's empty
This commit is contained in:
@@ -88,6 +88,7 @@ var List = {
|
||||
$("#wrapper").children()[$("#wrapper").children().length-1].remove();
|
||||
}
|
||||
$("#suggested-"+deleted).remove();
|
||||
Suggestions.checkUserEmpty();
|
||||
},
|
||||
|
||||
voted_song: function(voted, time){
|
||||
|
||||
Reference in New Issue
Block a user