This commit is contained in:
Grail Finder
2025-07-04 21:23:14 +03:00
parent a4dc8f4bbb
commit 0e2baa1a0f
5 changed files with 4 additions and 5 deletions

View File

@ -1,5 +1,5 @@
{{define "turntimer"}}
<div>
Timer: <span sse-swap="turntimer_{{.ID}}">{{.Settings.TurnSecondsLeft}}</span>
Timer: <span sse-swap="turntimer_{{.ID}}">no time to lose</span>
</div>
{{end}}