mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-29 10:55:40 -04:00
commento.js: run nameWidthFix after elements are visible
This commit is contained in:
@ -1826,9 +1826,9 @@
|
||||
rootCreate(function() {
|
||||
commentsRender();
|
||||
append(root, footer);
|
||||
nameWidthFix();
|
||||
loadHash();
|
||||
global.allShow();
|
||||
nameWidthFix();
|
||||
call(callback);
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user