Actualiser js/admin.js

This commit is contained in:
2026-06-30 15:37:40 +02:00
parent 167ab9f340
commit 4c5eff1553
+1 -1
View File
@@ -469,7 +469,7 @@ function handleVideothequeUpload(input) {
totalSkp += data.skipped || 0;
processed += batch.length;
updateImportModal(processed, items.length);
await new Promise(r => setTimeout(r, 5500)); // ✅ Délai de 5.5s pour éviter le blocage
await new Promise(r => setTimeout(r, 500)); // ✅ Délai de 5.5s pour éviter le blocage
}
input.value = '';