maybe don't delete collectstatic static/tests/ dir
This commit is contained in:
@@ -163,6 +163,9 @@ var RoleSelect = (function () {
|
||||
var invSlot = document.getElementById("id_inv_role_card");
|
||||
if (invSlot) invSlot.innerHTML = "";
|
||||
|
||||
// Force-close tray instantly so it never obscures the next player's card-stack.
|
||||
if (typeof Tray !== "undefined") Tray.forceClose();
|
||||
|
||||
var stack = document.querySelector(".card-stack[data-user-slots]");
|
||||
if (stack) {
|
||||
// Sync starter-roles from server so the fan reflects actual DB state
|
||||
|
||||
Reference in New Issue
Block a user