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
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -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]");
|
||||
|
||||
Reference in New Issue
Block a user