mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-03 03:15:31 -04:00
Run the truncate function after DOM is ready
This commit is contained in:
parent
68d1b55aea
commit
27c6e02da8
@ -6,4 +6,6 @@ const truncate = () => {
|
||||
});
|
||||
};
|
||||
|
||||
$(() => {
|
||||
truncate();
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user