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) {
attrSet(loggedContainer, "style", "");
}
nameWidthFix();
loadHash();
}
@ -1655,6 +1652,8 @@
commentsRender();
append(root, footer);
attrSet(root, "style", "");
nameWidthFix();
loadHash();
call(callback);
});
});