Browse Source

Update operationprogressbar.js

To fix issue #16137

Signed-off-by: james.lao@gmail.com <james.lao@gmail.com>
tags/v17.0.0beta1
James Lao 5 years ago
parent
commit
6afd368b75
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      apps/files/js/operationprogressbar.js

+ 3
- 1
apps/files/js/operationprogressbar.js 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) {

Loading…
Cancel
Save