mirror of
https://github.com/vladmandic/automatic
synced 2026-09-11 15:28:43 +02:00
fix gallery, update js logging, add en caching
This commit is contained in:
@@ -103,7 +103,7 @@ function requestProgress(id_task, progressEl, galleryEl, atEnd = null, onProgres
|
||||
};
|
||||
|
||||
const done = () => {
|
||||
console.debug('taskEnd:', id_task);
|
||||
debug('taskEnd:', id_task);
|
||||
localStorage.removeItem('task');
|
||||
setProgress();
|
||||
if (parentGallery && livePreview) parentGallery.removeChild(livePreview);
|
||||
|
||||
Reference in New Issue
Block a user