commit 2450c231c9b0b572a1832289c1bd33a2247531b1 parent 32f0c12d1b7fccce12d468288b1cb44ed224c5fa Author: n0tr1v <n0tr1v@protonmail.com> Date: Mon, 4 Dec 2023 23:44:32 -0500 reset Diffstat:
| M | pkg/web/handlers/poker.go | | | 5 | ++++- |
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/pkg/web/handlers/poker.go b/pkg/web/handlers/poker.go @@ -768,7 +768,10 @@ Loop: } html += ` #yourCard1:before { content: ""; } - #yourCard2:before { content: ""; }</style>` + #yourCard2:before { content: ""; } + #deckHash:before { content: ""; } + #deckStr:before { content: ""; } + </style>` send(html) c.Response().Flush() continue