dkforest

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

commit e73a1854647f68d0ac31df38a2eb261606d449e2
parent b16a9f103d66027e6790e714c1c3ec8fb734be57
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Sun, 11 Jun 2023 15:39:35 -0700

cleanup

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

diff --git a/pkg/web/handlers/handlers.go b/pkg/web/handlers/handlers.go @@ -5201,7 +5201,6 @@ Loop: } animate(payload.Move.S1(), payload.Move.S2(), payload.IDStr1) - _, _ = c.Response().Write([]byte(fmt.Sprintf(`<style>#%s { animation-name: move_anim_%d; animation-duration: 400ms; animation-fill-mode: forwards; }</style>`, payload.IDStr1, i))) if payload.IDStr2 != "" { _, _ = c.Response().Write([]byte(`<style>#` + payload.IDStr2 + ` { display: none; }</style>`)) }