From 3699daa44a2b56e84d1c3f8cf1a2b2d52ccccf81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lera=20Elvo=C3=A9?= Date: Mon, 4 Aug 2025 04:10:50 +0300 Subject: [PATCH] add scissors in quoted fragment for fun --- data/static/js/thread.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/static/js/thread.js b/data/static/js/thread.js index e3409fc..4b3a452 100644 --- a/data/static/js/thread.js +++ b/data/static/js/thread.js @@ -106,7 +106,7 @@ if (ta.value.trim() !== "") { ta.value += "\n" } - ta.value += `[url=${postPermalink}]${authorUsername} said:[/url]\n[quote]${document.getSelection().toString()}[/quote]\n`; + ta.value += `[url=${postPermalink}]${authorUsername} said:[/url]\n[quote]< :scissors: > ${document.getSelection().toString()} < :scissors: >[/quote]\n`; ta.scrollIntoView() ta.focus();