mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
removed some logs
This commit is contained in:
@@ -29,7 +29,7 @@ socket.on("skipping", function(obj)
|
||||
function populate_list(msg, conf_only)
|
||||
{
|
||||
//console.log(msg);
|
||||
console.log(conf_only);
|
||||
//console.log(conf_only);
|
||||
if(!conf_only)
|
||||
$("#wrapper").empty();
|
||||
|
||||
@@ -126,9 +126,9 @@ function skip(){
|
||||
|
||||
function importOldList(chan){
|
||||
playlist_url = "lists/"+chan+".json";
|
||||
|
||||
list = $.ajax({
|
||||
type: "GET",
|
||||
|
||||
list = $.ajax({
|
||||
type: "GET",
|
||||
url: playlist_url,
|
||||
async: false
|
||||
}).responseText;
|
||||
|
||||
Reference in New Issue
Block a user