diff options
Diffstat (limited to 'apps/files/js/file-upload.js')
-rw-r--r-- | apps/files/js/file-upload.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/js/file-upload.js b/apps/files/js/file-upload.js index 0fbf3f559fe..7d7922124ca 100644 --- a/apps/files/js/file-upload.js +++ b/apps/files/js/file-upload.js @@ -895,7 +895,7 @@ OC.Uploader.prototype = _.extend({ start: function(e) { self.log('start', e, null); //hide the tooltip otherwise it covers the progress bar - $('#upload').tipsy('hide'); + $('#upload').tooltip('hide'); }, fail: function(e, data) { var upload = self.getUpload(data); @@ -991,7 +991,7 @@ OC.Uploader.prototype = _.extend({ + '</span><span class="mobile">' + t('files', '...') + '</span></em>'); - $('#uploadprogressbar').tipsy({gravity:'n', fade:true, live:true}); + $('#uploadprogressbar').toopltip({placement: 'bottom'}); self._showProgressBar(); self.trigger('start', e, data); }); |