diff options
Diffstat (limited to 'src/js/arching-kaos-modules-files.js')
-rw-r--r-- | src/js/arching-kaos-modules-files.js | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/src/js/arching-kaos-modules-files.js b/src/js/arching-kaos-modules-files.js index b566226..02f183e 100644 --- a/src/js/arching-kaos-modules-files.js +++ b/src/js/arching-kaos-modules-files.js @@ -1,11 +1,14 @@ -/* Arching Kaos Module Files - * - * Kaotisk Hund - 2024 - * - * @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL v3.0 - * - */ -function akModuleFiles(zblockIPFSHash, blockObject, json){ +// Arching Kaos Module Files +// +// Kaotisk Hund - 2024 +// +// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL v3.0 +// + +import { getNicknameAssossiatedWithGPG } from "./arching-kaos-tools.js"; +import { makeElement } from "./arching-kaos-generator.js"; + +export function akModuleFiles(zblockIPFSHash, blockObject, json){ if (!document.querySelector('#file-'+zblockIPFSHash)){ var divs = document.querySelector('#files-section'); var art = { |