4 lines
79 B
JavaScript
4 lines
79 B
JavaScript
window.addEventListener('DOMContentLoaded', () => {
|
|
// Preload-Logik hier
|
|
});
|