add way to re-enter the queue
This commit is contained in:
@@ -264,3 +264,10 @@ function showDisconnect()
|
|||||||
else
|
else
|
||||||
x.style.display = "none";
|
x.style.display = "none";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function resetQueue()
|
||||||
|
{
|
||||||
|
disconnected = false;
|
||||||
|
showDisconnect();
|
||||||
|
hideQueue();
|
||||||
|
}
|
||||||
+1
-1
@@ -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-->
|
||||||
|
|||||||
Reference in New Issue
Block a user