diff options
Diffstat (limited to 'src/js/arching-kaos-modules-comments.js')
-rw-r--r-- | src/js/arching-kaos-modules-comments.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/js/arching-kaos-modules-comments.js b/src/js/arching-kaos-modules-comments.js index 7e13400..041c481 100644 --- a/src/js/arching-kaos-modules-comments.js +++ b/src/js/arching-kaos-modules-comments.js @@ -1,3 +1,10 @@ +/* Arching Kaos Module Comments + * + * Kaotisk Hund - 2024 + * + * @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL v3.0 + * + */ function akModuleComments(zblockIPFSHash, blockObject, json){ if (!document.querySelector('#comment-'+zblockIPFSHash)){ var divs = document.querySelector('#comments-section'); @@ -19,3 +26,4 @@ function akModuleComments(zblockIPFSHash, blockObject, json){ divs.appendChild(document.createElement("hr")); } } +// @license-end |