Think I did something?

This commit is contained in:
Kasper Rynning-Tønnesen
2015-01-31 12:48:24 +01:00
parent 7dbb364e49
commit b68a5e00a7
2 changed files with 1 additions and 1 deletions

View File

@@ -43,7 +43,7 @@ function updateList()
var odd = ""; if(j%2===0)odd=" oddlist";
var delsong = ""; if(pass_corr=="correct")delsong="<input id='del' title='Remove' type='button' class='button' value='X' onclick=\"vote('"+video_id+"','del')\">";
var finalhtml="<div id='result' class='result lresult"+odd+"'>"+
"<img src='"+video_thumb+"' class='thumb lthumb'>"+
"<img class='thumb lthumb' src='"+video_thumb+"'>"+
"<div class='ltitle'>"+video_title+"</div>"+
"<div class='votes'>"+listeID.votes+
"<a onclick=\"vote('"+video_id+"','pos');\" id='plus'>+</a>"+

0
static/search2.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 937 B

After

Width:  |  Height:  |  Size: 937 B