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) {
|
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);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user