From 3ee067d809ef8df17d41e666b997aa9a4ecd6884 Mon Sep 17 00:00:00 2001 From: Tomas Dvorak Date: Fri, 30 May 2025 09:31:29 +0200 Subject: [PATCH] fef --- admin-dashboard.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/admin-dashboard.html b/admin-dashboard.html index 6865fb3..de0a0ea 100644 --- a/admin-dashboard.html +++ b/admin-dashboard.html @@ -3203,6 +3203,11 @@ function applyTemplate(templateId) { bannerPreview.scrollIntoView({ behavior: 'smooth', block: 'nearest' }); } } + + // Load apps when the page loads + document.addEventListener('DOMContentLoaded', function() { + loadApps(); + }); \ No newline at end of file