summaryrefslogtreecommitdiffstats
path: root/apps/files/js/operationprogressbar.js
diff options
context:
space:
mode:
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();