Update operationprogressbar.js
To fix issue #16137 Signed-off-by: james.lao@gmail.com <james.lao@gmail.com>
This commit is contained in:
parent
eaf4147f71
commit
ee2c5d1e16
|
@ -67,7 +67,9 @@
|
|||
if(title) {
|
||||
$('#uploadprogressbar').attr('original-title', title);
|
||||
}
|
||||
if(textDesktop || textMobile) {
|
||||
$('#uploadprogresswrapper .stop').show();
|
||||
}
|
||||
},
|
||||
|
||||
_onClickCancel: function (event) {
|
||||
|
|
Loading…
Reference in New Issue