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, `