Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2017-02-28 00:14:34 -06:00
parent 3e7e49884e
commit 86149508d0
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A
1 changed files with 1 additions and 1 deletions

View File

@ -991,7 +991,7 @@ OC.Uploader.prototype = _.extend({
+ '</span><span class="mobile">'
+ t('files', '...')
+ '</span></em>');
$('#uploadprogressbar').toopltip({placement: 'bottom'});
$('#uploadprogressbar').tooltip({placement: 'bottom'});
self._showProgressBar();
self.trigger('start', e, data);
});