aboutsummaryrefslogtreecommitdiff
path: root/src/js/ui/sections/commentsSection.js
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.org>2024-11-30 16:45:38 +0200
committerkaotisk <kaotisk@arching-kaos.org>2024-11-30 16:45:38 +0200
commitdeb8d4969e30f9c54deadf52dc87fcc5982bc076 (patch)
treed7104db222284555919cbda5ea24a25ff35553b8 /src/js/ui/sections/commentsSection.js
parentfcb46774124af79d7524f102ccdcafb6042c3d5c (diff)
downloadarching-kaos-web-ui-deb8d4969e30f9c54deadf52dc87fcc5982bc076.tar.gz
arching-kaos-web-ui-deb8d4969e30f9c54deadf52dc87fcc5982bc076.tar.bz2
arching-kaos-web-ui-deb8d4969e30f9c54deadf52dc87fcc5982bc076.zip
Refactoring final
Diffstat (limited to 'src/js/ui/sections/commentsSection.js')
-rw-r--r--src/js/ui/sections/commentsSection.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/js/ui/sections/commentsSection.js b/src/js/ui/sections/commentsSection.js
index 00ec8fe..ba190ac 100644
--- a/src/js/ui/sections/commentsSection.js
+++ b/src/js/ui/sections/commentsSection.js
@@ -26,7 +26,6 @@ export function commentsSection()
{ element: "em", id:"comments-sec-not-found", innerText: "No data found (yet?)!"}
]
};
-
makeElement(commentsSection, document.querySelector('.main'));
}
// @license-end