Actualiser js/admin.js
This commit is contained in:
+1
-1
@@ -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 = '';
|
||||
|
||||
Reference in New Issue
Block a user