Merge pull request #55 from nixolas1/nonegative

removed the negative voting button
This commit is contained in:
KasperRT
2014-12-27 15:28:34 +01:00

View File

@@ -47,7 +47,7 @@ function updateList()
"<div class='ltitle'>"+video_title+"</div>"+
"<div class='votes'>"+listeID["votes"]+
"<a onclick=\"vote('"+video_id+"','pos');\" id='plus'>+</a>"+
"<a onclick=\"vote('"+video_id+"','neg');\" id='minus'>-</a>"+
//"<a onclick=\"vote('"+video_id+"','neg');\" id='minus'>-</a>"+
delsong+
"</div>"+
"</div>";