mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
kasper er dum
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user