Skip to content

Commit

Permalink
breaking
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdarkle committed Sep 9, 2024
1 parent 5c32d1d commit 777c113
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion js/dist/forum.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/dist/forum.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/src/forum/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ app.initializers.add('darkle/fancybox', () => {
});

CommentPost.prototype.initFancybox = function () {
const postBody = this.element.querySelector('.Post-body');
const postBody = this.element.querySelector('.Post-body1');
if (!postBody) return;

// Initialize Carousel for each gallery
Expand Down

0 comments on commit 777c113

Please sign in to comment.