From 6afd368b75b0e32ec315abb1b94c5e6011817960 Mon Sep 17 00:00:00 2001 From: James Lao Date: Fri, 28 Jun 2019 09:08:16 -0700 Subject: Update operationprogressbar.js To fix issue #16137 Signed-off-by: james.lao@gmail.com --- apps/files/js/operationprogressbar.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'apps/files/js') diff --git a/apps/files/js/operationprogressbar.js b/apps/files/js/operationprogressbar.js index d07cea91235..1c054ec67b6 100644 --- a/apps/files/js/operationprogressbar.js +++ b/apps/files/js/operationprogressbar.js @@ -67,7 +67,9 @@ if(title) { $('#uploadprogressbar').attr('original-title', title); } - $('#uploadprogresswrapper .stop').show(); + if(textDesktop || textMobile) { + $('#uploadprogresswrapper .stop').show(); + } }, _onClickCancel: function (event) { -- cgit v1.2.3