stop highlighting of elements, make queue reset on expac swap

This commit is contained in:
Xiexe
2020-10-03 00:57:49 -04:00
parent 8894f42180
commit 275a2f544a
3 changed files with 60 additions and 43 deletions
+6
View File
@@ -106,6 +106,12 @@ function manualChangeExpac()
function switchExpansion()
{
if(disconnected)
{
disconnected = false;
hideQueue();
showDisconnect();
}
queuePos = null;
getPositionInQueue();