summaryrefslogtreecommitdiffstats
path: root/apps/files/js/operationprogressbar.js
diff options
context:
space:
mode:
authorHannes Burger <hburger30@gmail.com>2019-10-22 21:01:23 +0200
committerHannes Burger <hburger30@gmail.com>2019-10-22 21:01:23 +0200
commit666ab67a8e819a54678927d0891d103cd3f6adae (patch)
tree78e3813f4b8b4a3ef9e575204147d339bc0c679c /apps/files/js/operationprogressbar.js
parent7960a71fe2ca786ffba6ce2278714ad93c9a0594 (diff)
downloadnextcloud-server-666ab67a8e819a54678927d0891d103cd3f6adae.tar.gz
nextcloud-server-666ab67a8e819a54678927d0891d103cd3f6adae.zip
fix uploadprogressbar tooltip
Signed-off-by: Hannes Burger <hburger30@gmail.com>
Diffstat (limited to 'apps/files/js/operationprogressbar.js')
-rwxr-xr-x[-rw-r--r--]apps/files/js/operationprogressbar.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/js/operationprogressbar.js b/apps/files/js/operationprogressbar.js
index 1c054ec67b6..e98b419d6c5 100644..100755
--- a/apps/files/js/operationprogressbar.js
+++ b/apps/files/js/operationprogressbar.js
@@ -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();