From 6cd3ec1601e6a92008b2c5ec3cab38ae77bde668 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Tue, 23 Jun 2026 01:16:01 -0400 Subject: [PATCH] Another round of bug fixes. --- distro-packages/Arch-Linux/skald-git/PKGBUILD | 2 +- static/skald.js | 5 +++-- webserver/static_accessibility_test.go | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/distro-packages/Arch-Linux/skald-git/PKGBUILD b/distro-packages/Arch-Linux/skald-git/PKGBUILD index c966b5d..716f6a5 100644 --- a/distro-packages/Arch-Linux/skald-git/PKGBUILD +++ b/distro-packages/Arch-Linux/skald-git/PKGBUILD @@ -2,7 +2,7 @@ # shellcheck shell=bash disable=SC2034,SC2154 pkgname=skald-git -pkgver=0.0.0.r1542.ge73eb21 +pkgver=0.0.0.r1543.g8ff3161 pkgrel=1 pkgdesc='Audio-only hall-based conferencing server' arch=('x86_64' 'aarch64') diff --git a/static/skald.js b/static/skald.js index 48f0e72..d2faa48 100644 --- a/static/skald.js +++ b/static/skald.js @@ -2681,8 +2681,9 @@ let chalkboardLocalTextPending = null; let chalkboardText = ''; function getChalkboardEditor() { - return /** @type {HTMLTextAreaElement} */ - (document.getElementById('chalkboard')); + return /** @type {HTMLTextAreaElement} */ ( + document.getElementById('chalkboard') + ); } function getChalkboardView() { diff --git a/webserver/static_accessibility_test.go b/webserver/static_accessibility_test.go index 354bed2..f124ce4 100644 --- a/webserver/static_accessibility_test.go +++ b/webserver/static_accessibility_test.go @@ -82,6 +82,7 @@ func TestChalkboardReadOnlyViewIsNotAnEditBox(t *testing.T) { requireContains(t, html, `