mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Think I did something?
This commit is contained in:
@@ -43,7 +43,7 @@ function updateList()
|
|||||||
var odd = ""; if(j%2===0)odd=" oddlist";
|
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 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+"'>"+
|
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='ltitle'>"+video_title+"</div>"+
|
||||||
"<div class='votes'>"+listeID.votes+
|
"<div class='votes'>"+listeID.votes+
|
||||||
"<a onclick=\"vote('"+video_id+"','pos');\" id='plus'>+</a>"+
|
"<a onclick=\"vote('"+video_id+"','pos');\" id='plus'>+</a>"+
|
||||||
|
|||||||
0
static/search2.png
Normal file → Executable file
0
static/search2.png
Normal file → Executable file
|
Before Width: | Height: | Size: 937 B After Width: | Height: | Size: 937 B |
Reference in New Issue
Block a user