mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Forgot to remove channel div before embed
This commit is contained in:
@@ -191,7 +191,7 @@ function init(){
|
||||
}, 1000);
|
||||
|
||||
$("#embed-button").css("display", "inline-block");
|
||||
$("#embed-area").val('<div id="zoffchannel">' + chan.toLowerCase() + '</div>' + embed_code);
|
||||
$("#embed-area").val(embed_code);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user