commento.js: move name width fix and load hash to post-render

This commit is contained in:
Adhityaa Chandrasekar 2019-03-02 15:24:16 -05:00
parent 88d4f8afcf
commit 4945e53553

View File

@ -1559,9 +1559,6 @@
if (loggedContainer) { if (loggedContainer) {
attrSet(loggedContainer, "style", ""); attrSet(loggedContainer, "style", "");
} }
nameWidthFix();
loadHash();
} }
@ -1655,6 +1652,8 @@
commentsRender(); commentsRender();
append(root, footer); append(root, footer);
attrSet(root, "style", ""); attrSet(root, "style", "");
nameWidthFix();
loadHash();
call(callback); call(callback);
}); });
}); });