🐛 fix(isso-comments): actually set maxCommentsNested

This commit is contained in:
welpo
2023-09-17 00:45:26 +02:00
parent 28569117fb
commit 47c493be89
2 changed files with 2 additions and 1 deletions

View File

@@ -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);