dkforest

A forum and chat platform (onion)
git clone https://git.dasho.dev/n0tr1v/dkforest.git
Log | Files | Refs | LICENSE

commit d8c8f6937745dc8b2aeda51f6caed4963d4a3542
parent ff7b82aa91f0337749060033938373606c338bdd
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Mon, 12 Jun 2023 19:21:58 -0700

cleanup

Diffstat:
Mpkg/web/handlers/chess.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/web/handlers/chess.go b/pkg/web/handlers/chess.go @@ -294,7 +294,7 @@ func ChessGameHandler(c echo.Context) error { } else { card1 = g.DrawPlayerCard(key, isFlipped, false, authUser.ChessSoundsEnabled) } - send(fmt.Sprintf(`<div id="div_0">%s</div>`, card1)) + send(card1) go func(c echo.Context, key string, p1ID, p2ID database.UserID) { p1Online := false