mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Trying to fix duplicate timeouts
This commit is contained in:
2
static/dist/main.min.js
vendored
2
static/dist/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -384,6 +384,7 @@ function onepage_load(){
|
||||
document.getElementById("playpause").removeEventListener("click", Playercontrols.play_pause);
|
||||
document.getElementById("fullscreen").removeEventListener("click", Playercontrols.fullscreen);
|
||||
|
||||
setTimeout(function(){
|
||||
delete Admin
|
||||
delete Chat
|
||||
delete Crypt
|
||||
@@ -436,6 +437,7 @@ function onepage_load(){
|
||||
delete connection_options;
|
||||
delete socket;
|
||||
delete window.onYouTubeIframeAPIReady;
|
||||
}, 1000);
|
||||
|
||||
document.title = "Zöff";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user