dkforest

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

commit ec6a84c24b8b8f9eb1964a1664f5a9a9b2e511b5
parent d8c813f182c541f6020df4fd68a67b774faa43de
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Wed,  7 Jun 2023 05:05:40 -0700

simplify code

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

diff --git a/pkg/web/handlers/handlers.go b/pkg/web/handlers/handlers.go @@ -5283,7 +5283,7 @@ Loop: continue } if topic == selfCodeHideTopic { - send(`<style>.code-modal-` + strconv.Itoa(codeModalIdx) + `{display:none !important;}</style>`) + send(`<style>.code-modal-` + strconv.Itoa(codeModalIdx) + `{display:none;}</style>`) codeModalIdx++ c.Response().Flush() continue