mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
PLAYBUTTON
This commit is contained in:
@@ -211,6 +211,10 @@ $('input[class=conf]').change(function()
|
||||
Admin.save();
|
||||
});
|
||||
|
||||
$("#clickme").click(function(){
|
||||
ytplayer.playVideo();
|
||||
});
|
||||
|
||||
$('#listImport').on("submit", function(){
|
||||
Search.importPlaylist(document.getElementById("import").value);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user