diff --git a/frontend/js/commento.js b/frontend/js/commento.js index aabc9b0..8cc1ebf 100644 --- a/frontend/js/commento.js +++ b/frontend/js/commento.js @@ -1559,9 +1559,6 @@ if (loggedContainer) { attrSet(loggedContainer, "style", ""); } - - nameWidthFix(); - loadHash(); } @@ -1655,6 +1652,8 @@ commentsRender(); append(root, footer); attrSet(root, "style", ""); + nameWidthFix(); + loadHash(); call(callback); }); });