Merge pull request #7814 from oskholl/master

Fix: 'Upload button tooltip doesn't disappear'
remotes/origin/ldap_group_count
Morris Jobke 13 years ago
commit 95a13e2690
  1. 2
      apps/files/js/file-upload.js

@ -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…
Cancel
Save