Merge pull request #16437 from nextcloud/backport/16151/stable16
[stable16] Update operationprogressbar.js
This commit is contained in:
commit
7e954ebca0
|
@ -67,7 +67,9 @@
|
|||
if(title) {
|
||||
$('#uploadprogressbar').attr('original-title', title);
|
||||
}
|
||||
$('#uploadprogresswrapper .stop').show();
|
||||
if(textDesktop || textMobile) {
|
||||
$('#uploadprogresswrapper .stop').show();
|
||||
}
|
||||
},
|
||||
|
||||
_onClickCancel: function (event) {
|
||||
|
|
Loading…
Reference in New Issue