From 1f9fa92f3dccaf91c221e5569f18944c71b1d179 Mon Sep 17 00:00:00 2001 From: Xiexe Date: Sat, 3 Oct 2020 16:20:32 -0400 Subject: [PATCH] add way to re-enter the queue --- assets/js/audiohandler.js | 7 +++++++ index.html | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/assets/js/audiohandler.js b/assets/js/audiohandler.js index a33c1ef..4ed9eb7 100644 --- a/assets/js/audiohandler.js +++ b/assets/js/audiohandler.js @@ -263,4 +263,11 @@ function showDisconnect() x.style.display = "flex"; else x.style.display = "none"; +} + +function resetQueue() +{ + disconnected = false; + showDisconnect(); + hideQueue(); } \ No newline at end of file diff --git a/index.html b/index.html index ad077b1..aeb8e4d 100644 --- a/index.html +++ b/index.html @@ -39,7 +39,7 @@

(WOW51900319)

- +