Comment moved to prevent 'Line is too long' warning.

This commit is contained in:
Oskar Hollmann 2014-03-19 23:05:03 +01:00
parent fa28c089fa
commit 90839b784f
1 changed files with 2 additions and 1 deletions

View File

@ -320,7 +320,8 @@ OC.Upload = {
*/
start: function(e) {
OC.Upload.log('start', e, null);
$('#upload').tipsy('hide'); // otherwise "Upload max." covers progress bar
//hide the tooltip otherwise it covers the progress bar
$('#upload').tipsy('hide');
},
submit: function(e, data) {
OC.Upload.rememberUpload(data);