mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Added dragging variable to embed to fix bar bug
This commit is contained in:
4
public/dist/embed.min.js
vendored
4
public/dist/embed.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -21,6 +21,7 @@ var hash = window.location.hash.substring(1).split("&");
|
|||||||
var chan = hash[0];
|
var chan = hash[0];
|
||||||
var autoplay = false;
|
var autoplay = false;
|
||||||
var color = "#808080";
|
var color = "#808080";
|
||||||
|
var dragging = false;
|
||||||
|
|
||||||
var connection_options = {
|
var connection_options = {
|
||||||
'sync disconnect on unload':true,
|
'sync disconnect on unload':true,
|
||||||
|
|||||||
Reference in New Issue
Block a user