Skip to content
This repository has been archived by the owner on Oct 4, 2018. It is now read-only.

Commit

Permalink
Merge pull request owncloud#7814 from oskholl/master
Browse files Browse the repository at this point in the history
Fix: 'Upload button tooltip doesn't disappear'
  • Loading branch information
MorrisJobke committed Mar 20, 2014
2 parents 36c0f08 + 90839b7 commit 95a13e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/files/js/file-upload.js
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 95a13e2

Please sign in to comment.