Skip to content

Commit 707a752

Browse files
authored
Update operationprogressbar.js
To fix issue #16137
1 parent 58c5159 commit 707a752

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/files/js/operationprogressbar.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@
6767
if(title) {
6868
$('#uploadprogressbar').attr('original-title', title);
6969
}
70-
$('#uploadprogresswrapper .stop').show();
70+
if(textDesktop || textMobile) {
71+
$('#uploadprogresswrapper .stop').show();
72+
}
7173
},
7274

7375
_onClickCancel: function (event) {

0 commit comments

Comments
 (0)