mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
embed now takes hight for change in channel
This commit is contained in:
4
static/dist/main.min.js
vendored
4
static/dist/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -26,7 +26,7 @@ var began = false;
|
||||
var i = -1;
|
||||
var lazy_load = true;
|
||||
var embed = false;
|
||||
var embed_code = '<embed src="https://zoff.no/embed.html#' + chan.toLowerCase() + '" width="600px" height="300px">';
|
||||
|
||||
var id;
|
||||
var full_playlist;
|
||||
var conf;
|
||||
@@ -191,7 +191,7 @@ function init(){
|
||||
}, 1000);
|
||||
|
||||
$("#embed-button").css("display", "inline-block");
|
||||
$("#embed-area").val(embed_code);
|
||||
$("#embed-area").val('<embed src="https://zoff.no/embed.html#' + chan.toLowerCase() + '" width="600px" height="300px">');
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user