dkforest

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

commit 36d49c03cf9ddaded59c0bb53c8eb0d4327b3982
parent 8f8a1c50126fd69917672c0dff69b88da06faeab
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Thu,  7 Dec 2023 06:13:19 -0500

cleanup

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

diff --git a/pkg/web/handlers/poker/poker.go b/pkg/web/handlers/poker/poker.go @@ -1453,7 +1453,7 @@ func PokerHandler(c echo.Context) error { send(cssReset) send(pokerCss) - send(`<script>document.onclick = function(e) { console.log(e.x, e.y); };</script>`) // TODO: dev only + //send(`<script>document.onclick = function(e) { console.log(e.x, e.y); };</script>`) // TODO: dev only send(`<div id="table"></div>`) send(buildCardsHtml()) send(buildTakeSeatHtml(authUser, g, roomID))