Merge pull request #7814 from oskholl/master

Fix: 'Upload button tooltip doesn't disappear'
This commit is contained in:
Morris Jobke 2014-03-20 13:25:21 +01:00
commit 95a13e2690
1 changed files with 2 additions and 0 deletions

2
apps/files/js/file-upload.js Normal file → Executable file
View 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);