Added dragging variable to embed to fix bar bug

This commit is contained in:
Kasper Rynning-Tønnesen
2017-04-28 17:36:35 +02:00
parent 49031905c8
commit ebd0fe64af
2 changed files with 3 additions and 2 deletions

View File

@@ -21,6 +21,7 @@ var hash = window.location.hash.substring(1).split("&");
var chan = hash[0];
var autoplay = false;
var color = "#808080";
var dragging = false;
var connection_options = {
'sync disconnect on unload':true,