Sfoglia il codice sorgente

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 anni fa
parent
commit
6afd368b75
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3
    1
      apps/files/js/operationprogressbar.js

+ 3
- 1
apps/files/js/operationprogressbar.js Vedi 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…
Annulla
Salva