mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-09-11 02:22:30 +00:00
Forgot to remove channel div before embed
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+2
-2
File diff suppressed because one or more lines are too long
@@ -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