cleaned end up function

This commit is contained in:
Ryan
2025-02-21 20:40:11 -05:00
committed by GitHub
parent e693005c33
commit 1e9c976c76

View File

@@ -75,3 +75,7 @@ document.addEventListener('DOMContentLoaded', () => {
progressRow.style.display = 'none';
statusMessage.textContent = response;
uploadBtn.disabled = true;
}
})
}
})