fix uploadprogressbar tooltip
Signed-off-by: Hannes Burger <hburger30@gmail.com>
This commit is contained in:
parent
7960a71fe2
commit
666ab67a8e
1 changed files with 1 additions and 1 deletions
2
apps/files/js/operationprogressbar.js
Normal file → Executable file
2
apps/files/js/operationprogressbar.js
Normal file → Executable file
|
@ -65,7 +65,7 @@
|
|||
$('#uploadprogressbar>em').addClass('outer');
|
||||
$('#uploadprogressbar').tooltip({placement: 'bottom'});
|
||||
if(title) {
|
||||
$('#uploadprogressbar').attr('original-title', title);
|
||||
$('#uploadprogressbar').attr('data-original-title', title);
|
||||
}
|
||||
if(textDesktop || textMobile) {
|
||||
$('#uploadprogresswrapper .stop').show();
|
||||
|
|
Loading…
Reference in a new issue