kasper er dum

This commit is contained in:
Nicolas A. Tonne
2014-10-15 14:40:43 +02:00
parent e4f6ea56e1
commit 1a8425aee1
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ function updateList()
$.each(list["songs"], function(j, listeID){
var video_title=listeID["title"].replace(/\\\'/g, "'");
var video_title=listeID["title"].replace(/\\\'/g, "'").replace(/\\\"/g,"'");;
var video_id = listeID["id"];
var video_thumb = "http://i.ytimg.com/vi/"+video_id+"/default.jpg";
var odd = ""; if(j%2==0)odd=" oddlist";