From 90839b784f748b18a2a5fae4cc3f80bd1df7b355 Mon Sep 17 00:00:00 2001 From: Oskar Hollmann Date: Wed, 19 Mar 2014 23:05:03 +0100 Subject: [PATCH] Comment moved to prevent 'Line is too long' warning. --- apps/files/js/file-upload.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/files/js/file-upload.js b/apps/files/js/file-upload.js index c668bbf397..371c83e742 100755 --- a/apps/files/js/file-upload.js +++ b/apps/files/js/file-upload.js @@ -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);