From d7a04cec6aa5f7e0ed8817aad40861e7d77bfffd Mon Sep 17 00:00:00 2001 From: Booteille Date: Wed, 13 Nov 2024 19:33:49 +0100 Subject: [PATCH] Update cursor style --- themes/default/public/js/lufi-up.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); })