From 4945e535538141511c707d4d8d6fe2781b22b64e Mon Sep 17 00:00:00 2001 From: Adhityaa Chandrasekar Date: Sat, 2 Mar 2019 15:24:16 -0500 Subject: [PATCH] commento.js: move name width fix and load hash to post-render --- frontend/js/commento.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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); }); });