mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #7814 from oskholl/master
Fix: 'Upload button tooltip doesn't disappear'
This commit is contained in:
commit
95a13e2690
1 changed files with 2 additions and 0 deletions
2
apps/files/js/file-upload.js
Normal file → Executable file
2
apps/files/js/file-upload.js
Normal file → Executable file
|
|
@ -320,6 +320,8 @@ OC.Upload = {
|
|||
*/
|
||||
start: function(e) {
|
||||
OC.Upload.log('start', e, null);
|
||||
//hide the tooltip otherwise it covers the progress bar
|
||||
$('#upload').tipsy('hide');
|
||||
},
|
||||
submit: function(e, data) {
|
||||
OC.Upload.rememberUpload(data);
|
||||
|
|
|
|||
Loading…
Reference in a new issue