mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
testing
This commit is contained in:
@@ -203,6 +203,8 @@ function search(search_input){
|
|||||||
song.attr("onclick", "submitAndClose('"+id+"','"+enc_title+"',"+secs+");");
|
song.attr("onclick", "submitAndClose('"+id+"','"+enc_title+"',"+secs+");");
|
||||||
song.attr("id",id);
|
song.attr("id",id);
|
||||||
|
|
||||||
|
console.log(song.html());
|
||||||
|
|
||||||
output += song.html();
|
output += song.html();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user