Comment moved to prevent 'Line is too long' warning.
This commit is contained in:
parent
fa28c089fa
commit
90839b784f
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue