mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed issue with embed-code generating faulty
This commit is contained in:
@@ -337,7 +337,7 @@ var Channel = {
|
||||
|
||||
if(!client) {
|
||||
Helper.addClass("footer", "padding-bottom-novideo");
|
||||
document.getElementById("embed-area").value = embed_code(embed_autoplay, embed_width, embed_height, color);
|
||||
document.getElementById("embed-area").value = embed_code(embed_autoplay, embed_width, embed_height, color, embed_videoonly, embed_localmode);
|
||||
}
|
||||
|
||||
if(!/chrom(e|ium)/.test(navigator.userAgent.toLowerCase()) && !Helper.mobilecheck() && !client){
|
||||
|
||||
Reference in New Issue
Block a user