add way to re-enter the queue

This commit is contained in:
Xiexe
2020-10-03 16:20:32 -04:00
parent 1ca0d94358
commit 1f9fa92f3d
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -263,4 +263,11 @@ function showDisconnect()
x.style.display = "flex";
else
x.style.display = "none";
}
function resetQueue()
{
disconnected = false;
showDisconnect();
hideQueue();
}