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