diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2022-05-08 13:47:43 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2022-05-08 19:10:20 -0400 |
| commit | 95eb12188e85af6788ea3ec265043680bd625bd3 (patch) | |
| tree | 9c13cf49f8baad7562b6717c6c0ec1d1e7b32da5 /haunt | |
| parent | a953c794916138182d81e13d7ad5e78805fc5c39 (diff) | |
Add `rsvp.js' to JS Web Labels table
Diffstat (limited to 'haunt')
| -rw-r--r-- | haunt/pages/weblabels.sxml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/haunt/pages/weblabels.sxml b/haunt/pages/weblabels.sxml index 176aa79..3813cc0 100644 --- a/haunt/pages/weblabels.sxml +++ b/haunt/pages/weblabels.sxml @@ -29,4 +29,10 @@ (td ,(hyperlink "http://www.gnu.org/licenses/gpl-3.0.html" `(p "GNU General Public License 3.0 or later"))) (td ,(hyperlink "/static/js/webmention.js" - `(p "/static/js/webmention.js"))))))) + `(p "/static/js/webmention.js")))) + (tr (td ,(hyperlink "/static/js/rsvp.js" + `(p "/static/js/rsvp.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/rsvp.js" + `(p "/static/js/rsvp.js"))))))) |