Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update operationprogressbar.js
To fix issue #16137

Signed-off-by: [email protected] <[email protected]>
  • Loading branch information
jameslao authored and Backportbot committed Jul 17, 2019
commit ee2c5d1e16d66c614f9ea6a4d5807c4a233ea9c6
4 changes: 3 additions & 1 deletion apps/files/js/operationprogressbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@
if(title) {
$('#uploadprogressbar').attr('original-title', title);
}
$('#uploadprogresswrapper .stop').show();
if(textDesktop || textMobile) {
$('#uploadprogresswrapper .stop').show();
}
},

_onClickCancel: function (event) {
Expand Down