mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Merge pull request #40572 from nextcloud/clear-progress-bar-text-when-hiding-it
[stable27] Clear progress bar text when hiding it
This commit is contained in:
commit
feccf26928
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