mirror of
https://github.com/welpo/tabi.git
synced 2025-12-14 03:38:44 +01:00
🐛 fix(isso-comments): actually set maxCommentsNested
This commit is contained in:
parent
28569117fb
commit
47c493be89
2 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue