From 9d0638a78333ca35aa1bd12c5c6ced8bd2d7687d Mon Sep 17 00:00:00 2001 From: "Jakob L. Kreuze" Date: Sun, 12 Mar 2023 08:38:49 -0400 Subject: Update comment and weblabels --- haunt/pages/weblabels.sxml | 6 ++++++ haunt/static/js/comment-reaction.js | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'haunt') diff --git a/haunt/pages/weblabels.sxml b/haunt/pages/weblabels.sxml index c90b620..d498025 100644 --- a/haunt/pages/weblabels.sxml +++ b/haunt/pages/weblabels.sxml @@ -42,6 +42,12 @@ `(p "GNU General Public License 3.0 or later"))) (td ,(hyperlink "/static/js/webmention.js" `(p "/static/js/webmention.js")))) + (tr (td ,(hyperlink "/static/js/comment-reactions.js" + `(p "/static/js/comment-reactions.js"))) + (td ,(hyperlink "http://www.gnu.org/licenses/gpl-3.0.html" + `(p "GNU General Public License 3.0 or later"))) + (td ,(hyperlink "/static/js/comment-reactions.js" + `(p "/static/js/comment-reactions.js")))) (tr (td ,(hyperlink "/static/js/section-folds.js" `(p "/static/js/section-folds.js"))) (td ,(hyperlink "http://www.gnu.org/licenses/gpl-3.0.html" diff --git a/haunt/static/js/comment-reaction.js b/haunt/static/js/comment-reaction.js index 76eccbd..844f604 100644 --- a/haunt/static/js/comment-reaction.js +++ b/haunt/static/js/comment-reaction.js @@ -1,5 +1,5 @@ /* - * comment-reaction.js -- Glue for Nolan Lawson's JavaScript emoji picker + * comment-reaction.js -- Simple emoji picker and glue for reaction endpoint * Copyright © 2023 Jakob L. Kreuze * * This program is free software; you can redistribute it and/or -- cgit v1.3