Commit 85e1c3ad authored by Brian Hatchet's avatar Brian Hatchet :speech_balloon:

Test console log

1 merge request!469Fix/comments media gallery 1601
Pipeline #73787372 passed with stages
in 31 minutes and 10 seconds
......@@ -31,7 +31,9 @@ export class CommentButton implements OnInit, OnDestroy {
protected cd: ChangeDetectorRef) {
}
ngOnInit() {}
ngOnInit() {
console.log('comment button init');
}
ngOnDestroy() { }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment