v2.0.7: .doc в accept и подсказке
Deploy contracts-flask / validate (push) Successful in 0s

This commit is contained in:
2026-07-16 10:29:14 +04:00
parent d1415d5d21
commit c677206d03
3 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ function statusToHTML(st) {
*/
function renderFiles(state) {
if (state.files.length === 0) {
fileTable.innerHTML = '<tr class="empty-row"><td colspan="7">Нет файлов — выберите .docx / .pdf</td></tr>';
fileTable.innerHTML = '<tr class="empty-row"><td colspan="7">Нет файлов — выберите .doc / .docx / .pdf</td></tr>';
lucide.createIcons();
return;
}