commit 9d51f2a53e2c5e53b340ae3c18e8a367b6073147
parent 9c40521e7500c8e3508932532e1b0576fc1adabc
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date: Sat, 4 Jan 2020 19:25:57 -0600
Use double arrow to indicate reply
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/partials/list_comment.html b/layouts/partials/list_comment.html
@@ -16,7 +16,7 @@
{{ end }}
<script>
function reply(hash) {
- document.forms.comment_form.comment.value += "[RE:#" + hash + "](#" + hash + ")\n";
+ document.forms.comment_form.comment.value += "[>>#" + hash + "](#" + hash + ")\n";
}
</script>
{{ end }}