Merge pull request #16437 from nextcloud/backport/16151/stable16

[stable16] Update operationprogressbar.js
This commit is contained in:
Morris Jobke 2019-07-17 17:33:42 +02:00 committed by GitHub
commit 7e954ebca0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -67,7 +67,9 @@
if(title) {
$('#uploadprogressbar').attr('original-title', title);
}
$('#uploadprogresswrapper .stop').show();
if(textDesktop || textMobile) {
$('#uploadprogresswrapper .stop').show();
}
},
_onClickCancel: function (event) {