diff --git a/themes/default/public/js/lufi-up.js b/themes/default/public/js/lufi-up.js index b844b41..4971d66 100755 --- a/themes/default/public/js/lufi-up.js +++ b/themes/default/public/js/lufi-up.js @@ -457,7 +457,7 @@ const handleFiles = (files = []) => { }); window.nbFiles = window.fileList.length; - document.body.style.cursor = "default"; + document.body.style.cursor = "auto"; startUpload( filesArray, @@ -496,7 +496,7 @@ const handleFiles = (files = []) => { window.zipSize ); - document.body.style.cursor = "default"; + document.body.style.cursor = "auto"; return okAsync(undefined); })