summaryrefslogtreecommitdiff
path: root/assets/js/fc.js
blob: ae60b50193b22a4c27fba3045129104f97be591f (plain)
1
2
3
4
5
6
7
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;