commento.js: move name width fix and load hash to post-render
This commit is contained in:
parent
88d4f8afcf
commit
4945e53553
@ -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);
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user