]> BookStack Code Mirror - bookstack/blobdiff - resources/js/components/page-comments.js
Add optional OIDC avatar fetching from the “picture” claim
[bookstack] / resources / js / components / page-comments.js
index 1d6abfe2044ff3a0a9e006f29e04fb4fef94601c..8f023836b090876360c120df95e3c1f0a137bf18 100644 (file)
@@ -1,5 +1,5 @@
 import {Component} from './component';
-import {getLoading, htmlToDom} from '../services/dom';
+import {getLoading, htmlToDom} from '../services/dom.ts';
 import {buildForInput} from '../wysiwyg-tinymce/config';
 
 export class PageComments extends Component {
@@ -93,7 +93,6 @@ export class PageComments extends Component {
 
     updateCount() {
         const count = this.getCommentCount();
-        console.log('update count', count, this.container);
         this.commentsTitle.textContent = window.$trans.choice(this.countText, count, {count});
     }