Trying to fix embedded videoplayer

This commit is contained in:
Kasper Rynning-Tønnesen
2016-03-04 14:04:47 +01:00
parent 35397638b2
commit ea2f5406a7
4 changed files with 7 additions and 6 deletions

View File

@@ -39,6 +39,7 @@ $(document).ready(function(){
socket = io.connect(''+add+':8880', connection_options);
socket.on("get_list", function(){
console.log(chan);
setTimeout(function(){socket.emit('list', chan.toLowerCase())},1000);
});