mirror of
https://github.com/hkalexling/Mango.git
synced 2026-01-24 00:03:14 -05:00
Run the truncate function after DOM is ready
This commit is contained in:
@@ -6,4 +6,6 @@ const truncate = () => {
|
||||
});
|
||||
};
|
||||
|
||||
truncate();
|
||||
$(() => {
|
||||
truncate();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user