summaryrefslogtreecommitdiff
path: root/assets/js/fc.js
diff options
context:
space:
mode:
Diffstat (limited to 'assets/js/fc.js')
-rw-r--r--assets/js/fc.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/assets/js/fc.js b/assets/js/fc.js
new file mode 100644
index 0000000..ae60b50
--- /dev/null
+++ b/assets/js/fc.js
@@ -0,0 +1,8 @@
+---
+---
+ import Comments from '{{ "/assets/mscomm/comments.js" | relative_url }}'
+ export function loadComments() {
+ document.getElementById('load-comments-btn').remove();
+ customElements.define('oom-comments', Comments);
+ }
+ window.loadComments = loadComments;