a pair of small fixes to infra/nginx.conf.j2, to ensure WebSockets functionality; & to role-select.js, to fix the inventory from not updating to that of the new position when a gamer passed the Role cards to the next position when he also occupies that position; separate inventories now ensured
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Disco DeDisco
2026-03-18 21:42:59 -04:00
parent 8b2c4e1bdc
commit 4e63323019
2 changed files with 5 additions and 0 deletions

View File

@@ -121,6 +121,8 @@ var RoleSelect = (function () {
function handleTurnChanged(event) {
var active = String(event.detail.active_slot);
var invSlot = document.getElementById("id_inv_role_card");
if (invSlot) invSlot.innerHTML = "";
// Update card-stack eligibility
var stack = document.querySelector(".card-stack[data-user-slots]");