web: fix to run from web

This commit is contained in:
2025-10-22 17:08:20 -04:00
committed by sbcrumb
parent 5c0ba04832
commit cebc31e24c
2 changed files with 53 additions and 3 deletions
+2 -2
View File
@@ -1517,8 +1517,8 @@ function handleDirectoryFormatting(event) {
let scanStatusInterval = null;
function updateScanStatus(message, isActive = false) {
const statusBanner = document.getElementById('scan-status-banner');
const statusText = document.getElementById('scan-status-text');
const statusBanner = document.getElementById('dashboard-scan-status');
const statusText = document.getElementById('dashboard-scan-text');
if (!statusBanner || !statusText) {
console.log('Scan status elements not found, skipping update');