Skip to content

Commit

Permalink
🐛 fix(isso-comments): actually set maxCommentsNested
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo committed Sep 16, 2023
1 parent 2856911 commit 47c493b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions static/js/isso.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function loadIsso(commentsDiv) {
script.setAttribute('data-isso', endpointUrl);
script.setAttribute('data-isso-lang', lang);
script.setAttribute('data-isso-max-comments-top', maxCommentsTop);
script.setAttribute('data-isso-max-comments-nested', maxCommentsNested);
script.setAttribute('data-isso-avatar', avatar);
script.setAttribute('data-isso-vote', voting);
script.setAttribute('data-isso-page-author-hashes', hashes);
Expand Down
2 changes: 1 addition & 1 deletion static/js/isso.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 47c493b

Please sign in to comment.