web: fix to run from web
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user