Update operationprogressbar.js

To fix issue #16137

Signed-off-by: james.lao@gmail.com <james.lao@gmail.com>
This commit is contained in:
James Lao 2019-06-28 09:08:16 -07:00 committed by Backportbot
parent eaf4147f71
commit ee2c5d1e16
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) {