Skip to content
Snippets Groups Projects
Commit 95a13e26 authored by Morris Jobke's avatar Morris Jobke
Browse files

Merge pull request #7814 from oskholl/master

Fix: 'Upload button tooltip doesn't disappear'
parents 36c0f08e 90839b78
Branches
No related tags found
No related merge requests found
...@@ -320,6 +320,8 @@ OC.Upload = { ...@@ -320,6 +320,8 @@ OC.Upload = {
*/ */
start: function(e) { start: function(e) {
OC.Upload.log('start', e, null); OC.Upload.log('start', e, null);
//hide the tooltip otherwise it covers the progress bar
$('#upload').tipsy('hide');
}, },
submit: function(e, data) { submit: function(e, data) {
OC.Upload.rememberUpload(data); OC.Upload.rememberUpload(data);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment