Merge pull request #16151 from jameslao/master
Update operationprogressbar.js
This commit is contained in:
commit
cd3f5e48de
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