Skip to content

Commit d1825dc

Browse files
Fix: Lint JS
1 parent 1f2b1d6 commit d1825dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resources/js/components/page-comments.js

-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ export class PageComments extends Component {
9393

9494
updateCount() {
9595
const count = this.getCommentCount();
96-
console.log('update count', count, this.container);
9796
this.commentsTitle.textContent = window.$trans.choice(this.countText, count, {count});
9897
}
9998

resources/js/wysiwyg-tinymce/config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,9 @@ export function buildForInput(options) {
318318
// Set language
319319
window.tinymce.addI18n(options.language, options.translationMap);
320320

321-
//Add IMage Manager Plugin
321+
// Add IMage Manager Plugin
322322
window.tinymce.PluginManager.add('imagemanager', getImagemanagerPlugin());
323+
323324
// BookStack Version
324325
const version = document.querySelector('script[src*="/dist/app.js"]').getAttribute('src').split('?version=')[1];
325326

0 commit comments

Comments
 (0)