mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
fix typo
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
3e7e49884e
commit
86149508d0
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue