This commit is contained in:
Nicolas A. Tonne
2015-04-17 17:16:29 +02:00
parent 94774dba54
commit 4e9388c67f

View File

@@ -67,7 +67,7 @@ function populate_list(msg, conf_only)
song.find(".list-title").text(video_title); song.find(".list-title").text(video_title);
song.find(".list-title").attr("title", video_title); song.find(".list-title").attr("title", video_title);
song.find(".list-votes").text(video_votes); song.find(".list-votes").text(video_votes);
song.find(".list-song").attr("onclick", "vote('"+video_id+"','pos')"); song.attr("onclick", "vote('"+video_id+"','pos')");
song.find(".list-image").attr("style",video_thumb); song.find(".list-image").attr("style",video_thumb);
song.attr("id",video_id); song.attr("id",video_id);
song.find("#del").attr("onclick", "vote('"+video_id+"', 'del')"); song.find("#del").attr("onclick", "vote('"+video_id+"', 'del')");