Created comments component.

This commit is contained in:
Pierre
2018-01-18 06:53:00 +01:00
parent 531fd0305b
commit 02843ae55d
6 changed files with 80 additions and 0 deletions

View File

@ -227,6 +227,11 @@ class Dev {
"js/components/posts/form.js",
"js/components/posts/edit.js",
//Comments component
"js/components/comments/ui.js",
"js/components/comments/interface.js",
"js/components/comments/utils.js",
//Modern textarea handler
"js/components/textarea.js",