Check Update

This commit is contained in:
2026-07-11 02:04:36 -03:00
parent 6f7fa2fad1
commit aea27916e8
11 changed files with 569 additions and 13 deletions
+1
View File
@@ -124,6 +124,7 @@ function initAfterLogin() {
if (currentRole === "superadmin") {
loadDashboardStats();
if (typeof loadUpdateStatus === "function") loadUpdateStatus();
statsTimer = setInterval(() => {
loadDashboardStats();
if (currentTab === "stats") loadStats();