commento.js: run nameWidthFix after elements are visible

This commit is contained in:
Adhityaa Chandrasekar
2019-05-01 18:32:39 -04:00
parent 5b6d31ce31
commit b67d2ba58c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1826,9 +1826,9 @@
rootCreate(function() {
commentsRender();
append(root, footer);
nameWidthFix();
loadHash();
global.allShow();
nameWidthFix();
call(callback);
});
});