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"; x.style.display = "flex";
else else
x.style.display = "none"; x.style.display = "none";
}
function resetQueue()
{
disconnected = false;
showDisconnect();
hideQueue();
} }
+1 -1
View File
@@ -39,7 +39,7 @@
<p class="queueText">(WOW51900319)</p> <p class="queueText">(WOW51900319)</p>
</div> </div>
<button class="button" id="realmListButton" onclick="playButtonAudio(1);"> Okay </button> <button class="button" id="realmListButton" onclick="playButtonAudio(1); resetQueue();"> Okay </button>
</div> </div>
<!--COPYRIGHT TEXT--> <!--COPYRIGHT TEXT-->