Merge pull request #16151 from jameslao/master

Update operationprogressbar.js
This commit is contained in:
Morris Jobke 2019-07-15 22:09:25 +02:00 committed by GitHub
commit cd3f5e48de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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) {