mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Started on player controls, but volume slider is not complying
This commit is contained in:
@@ -32,10 +32,6 @@ socket.on("skipping", function(obj)
|
||||
function populate_list(msg)
|
||||
{
|
||||
console.log(msg);
|
||||
for(obj in msg)
|
||||
{
|
||||
console.log(msg[obj]);
|
||||
}
|
||||
|
||||
$("#wrapper").empty();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user