mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Merge pull request #262 from zoff-music/fix/general_bug_fixes
Added pause effect on clicking zoff-image on embedded version
This commit is contained in:
@@ -146,6 +146,7 @@ function setVolume(val) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$(document).on( "click", "#zoffbutton", function(e) {
|
$(document).on( "click", "#zoffbutton", function(e) {
|
||||||
|
Player.pauseVideo();
|
||||||
window.open("https://zoff.me/" + chan.toLowerCase() + "/", '_blank');
|
window.open("https://zoff.me/" + chan.toLowerCase() + "/", '_blank');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user