mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #40846 from nextcloud/backport/40572/stable26
[stable26] Clear progress bar text when hiding it
This commit is contained in:
commit
d6da782a81
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@
|
|||
$('#uploadprogressbar').fadeOut(function() {
|
||||
self.$el.trigger(new $.Event('resized'));
|
||||
});
|
||||
this.setProgressBarText('', '');
|
||||
},
|
||||
|
||||
hideCancelButton: function() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue