summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2023-10-10 01:26:39 +0200
committerGitHub <noreply@github.com>2023-10-10 01:26:39 +0200
commitfeccf26928dd5805c89a8688afd9b46366a0fa7e (patch)
treed274e319cb67d1d416e876cb0727cefa5e611c42 /apps
parent4ae4ccc0c28aae31b0a933c2fe063d01413f1914 (diff)
parent39bd125a78455e44ca4ed62f858de62932b5b687 (diff)
downloadnextcloud-server-feccf26928dd5805c89a8688afd9b46366a0fa7e.tar.gz
nextcloud-server-feccf26928dd5805c89a8688afd9b46366a0fa7e.zip
Merge pull request #40572 from nextcloud/clear-progress-bar-text-when-hiding-it
[stable27] Clear progress bar text when hiding it
Diffstat (limited to 'apps')
-rwxr-xr-xapps/files/js/operationprogressbar.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/js/operationprogressbar.js b/apps/files/js/operationprogressbar.js
index 90ad71c7c2d..c9ca18b1ae3 100755
--- a/apps/files/js/operationprogressbar.js
+++ b/apps/files/js/operationprogressbar.js
@@ -29,6 +29,7 @@
$('#uploadprogressbar').fadeOut(function() {
self.$el.trigger(new $.Event('resized'));
});
+ this.setProgressBarText('', '');
},
hideCancelButton: function() {