diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2023-03-12 08:38:49 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2023-03-12 08:38:49 -0400 |
| commit | 9d0638a78333ca35aa1bd12c5c6ced8bd2d7687d (patch) | |
| tree | eeb75c89520551437ab34e8bd08319978a12e5f6 /haunt | |
| parent | 4a8378715c2e4e559731b319cac920c00cb32116 (diff) | |
Update comment and weblabels
Diffstat (limited to 'haunt')
| -rw-r--r-- | haunt/pages/weblabels.sxml | 6 | ||||
| -rw-r--r-- | haunt/static/js/comment-reaction.js | 2 |
2 files changed, 7 insertions, 1 deletions
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 <zerodaysfordays@sdf.org> * * This program is free software; you can redistribute it and/or |