mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
removed log of full list
This commit is contained in:
@@ -28,7 +28,7 @@ socket.on("skipping", function(obj)
|
||||
|
||||
function populate_list(msg, conf_only)
|
||||
{
|
||||
console.log(msg);
|
||||
//console.log(msg);
|
||||
console.log(conf_only);
|
||||
if(!conf_only)
|
||||
$("#wrapper").empty();
|
||||
@@ -84,7 +84,7 @@ function populate_list(msg, conf_only)
|
||||
{
|
||||
player_name = "#jplayer";
|
||||
}else player_name = "#player";
|
||||
|
||||
|
||||
if(scroller === false)
|
||||
{
|
||||
myScroll = new IScroll('#playlist', {
|
||||
|
||||
Reference in New Issue
Block a user