commit 1fd07b660fba91674b004b887383fcc48060d9f8 parent 9156bab786711fc1150b77c342f1abcf8d939774 Author: n0tr1v <n0tr1v@protonmail.com> Date: Wed, 6 Dec 2023 07:23:18 -0500 cleanup Diffstat:
| M | pkg/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 @@ -1321,7 +1321,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(buildCardsHtml()) send(buildTakeSeatHtml(authUser, g, roomID)) send(buildSeatsHtml(g))