summaryrefslogtreecommitdiff
path: root/static/js/client.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/js/client.js')
-rw-r--r--static/js/client.js7
1 files changed, 3 insertions, 4 deletions
diff --git a/static/js/client.js b/static/js/client.js
index d782871..997d50d 100644
--- a/static/js/client.js
+++ b/static/js/client.js
@@ -1,5 +1,4 @@
-import { CommentsController} from "./comments/comments_controller.js";
+import { CommentsController } from "./controllers/comments_controller.js";
-const post = window.location.pathname;
-const domain = window.location.hostname;
-new CommentForm(domain, post);
+
+new CommentsController();