Update operationprogressbar.js
To fix issue #16137 Signed-off-by: james.lao@gmail.com <james.lao@gmail.com>
This commit is contained in:
parent
58c51599f4
commit
6afd368b75
1 changed files with 3 additions and 1 deletions
|
@ -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 a new issue