Fukd ur madder

This commit is contained in:
Nicolas A. Tonne
2015-04-18 02:58:01 +02:00
parent d47bcc12c2
commit 2dcd3baad1
19 changed files with 65 additions and 38 deletions

View File

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