summaryrefslogtreecommitdiff
path: root/static/js/controllers/replies_controller.js
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2024-02-24 17:17:14 -0600
committerHombreLaser <sebastian-440@live.com>2024-02-24 17:17:14 -0600
commita15ebd2f300cfc6a0b26c94cb1b2a01f672718e9 (patch)
tree57cc73ed99cffd0060725bd80b3204aea5b9a2db /static/js/controllers/replies_controller.js
parent200daeaaee448079febcd3304abf61465145303d (diff)
Remove whitespace
Diffstat (limited to 'static/js/controllers/replies_controller.js')
-rw-r--r--static/js/controllers/replies_controller.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/controllers/replies_controller.js b/static/js/controllers/replies_controller.js
index db836c0..c383e57 100644
--- a/static/js/controllers/replies_controller.js
+++ b/static/js/controllers/replies_controller.js
@@ -44,7 +44,7 @@ export class RepliesController extends BaseController {
const present_replies = comment_replies_section.querySelector(".replies-section");
this.setCommentId(comment_replies_section);
- if( present_replies != null) {
+ if(present_replies != null) {
present_replies.remove();
return;