mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed error with embedded player linking
This commit is contained in:
2
public/dist/main.min.js
vendored
2
public/dist/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -441,7 +441,7 @@ function disable_debug(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
function embed_code(autoplay, width, height, color){
|
function embed_code(autoplay, width, height, color){
|
||||||
return '<embed src="https://zoff.no/embed.html#' + chan.toLowerCase() + '&' + color + autoplay + '" width="' + width + 'px" height="' + height + 'px">';
|
return '<embed src="https://zoff.no/_embed#' + chan.toLowerCase() + '&' + color + autoplay + '" width="' + width + 'px" height="' + height + 'px">';
|
||||||
}
|
}
|
||||||
|
|
||||||
function randomString(length){
|
function randomString(length){
|
||||||
|
|||||||
Reference in New Issue
Block a user