quick fixes (#2404)

This commit is contained in:
Anthony Stirling
2024-12-05 19:55:34 +00:00
committed by GitHub
parent b6eca59f23
commit 5a5a8bb7ba
3 changed files with 6 additions and 5 deletions

View File

@@ -82,7 +82,7 @@
}
}
clearFileInput();
//clearFileInput();
clearTimeout(timeoutId);
if (showGameBtn) {
showGameBtn.style.display = 'none';
@@ -163,10 +163,10 @@
success = true;
if (contentType.includes('application/pdf') || contentType.includes('image/')) {
clearFileInput();
//clearFileInput();
return handleResponse(blob, filename, !isMulti, isZip);
} else {
clearFileInput();
//clearFileInput();
return handleResponse(blob, filename, false, isZip);
}
} catch (error) {