mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
added zoff image to embed thingy
This commit is contained in:
@@ -47,6 +47,10 @@ $(document).ready(function(){
|
||||
Playercontrols.initSlider();
|
||||
});
|
||||
|
||||
$(document).on( "click", "#zoffbutton", function(e){
|
||||
window.open("https://zoff.no/" + chan.toLowerCase() + "/", '_blank');
|
||||
});
|
||||
|
||||
$(document).on( "click", ".vote-container", function(e){
|
||||
var id = $(this).attr("data-video-id");
|
||||
List.vote(id, "pos");
|
||||
|
||||
Reference in New Issue
Block a user