Forgot to remove channel div before embed

This commit is contained in:
Kasper Rynning-Tønnesen
2016-01-26 12:35:07 +01:00
parent c519c18a47
commit 35472f8214
3 changed files with 4 additions and 4 deletions

View File

@@ -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);
}