mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 02:00:51 -04:00
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
1 changed files with 3 additions and 1 deletions
|
|
@ -67,7 +67,9 @@
|
|||
if(title) {
|
||||
$('#uploadprogressbar').attr('original-title', title);
|
||||
}
|
||||
$('#uploadprogresswrapper .stop').show();
|
||||
if(textDesktop || textMobile) {
|
||||
$('#uploadprogresswrapper .stop').show();
|
||||
}
|
||||
},
|
||||
|
||||
_onClickCancel: function (event) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue