removed log of full list

This commit is contained in:
Kasper Rynning-Tønnesen
2015-04-29 00:09:09 +02:00
parent 5a2a217bc3
commit cfc16dfcaf

View File

@@ -28,7 +28,7 @@ socket.on("skipping", function(obj)
function populate_list(msg, conf_only) function populate_list(msg, conf_only)
{ {
console.log(msg); //console.log(msg);
console.log(conf_only); console.log(conf_only);
if(!conf_only) if(!conf_only)
$("#wrapper").empty(); $("#wrapper").empty();
@@ -84,7 +84,7 @@ function populate_list(msg, conf_only)
{ {
player_name = "#jplayer"; player_name = "#jplayer";
}else player_name = "#player"; }else player_name = "#player";
if(scroller === false) if(scroller === false)
{ {
myScroll = new IScroll('#playlist', { myScroll = new IScroll('#playlist', {