This commit is contained in:
Tomas Dvorak
2025-05-30 09:31:29 +02:00
parent b3deb87df5
commit 3ee067d809
+5
View File
@@ -3203,6 +3203,11 @@ function applyTemplate(templateId) {
bannerPreview.scrollIntoView({ behavior: 'smooth', block: 'nearest' }); bannerPreview.scrollIntoView({ behavior: 'smooth', block: 'nearest' });
} }
} }
// Load apps when the page loads
document.addEventListener('DOMContentLoaded', function() {
loadApps();
});
</script> </script>
</body> </body>
</html> </html>