diff options
author | Julia Kirschenheuter <6078378+JuliaKirschenheuter@users.noreply.github.com> | 2022-12-23 11:54:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-23 11:54:25 +0100 |
commit | f176b3b3dd7febce8c1008f70d133c425fa87c22 (patch) | |
tree | 307959201710592460aaca449e13c3de44274e2d /apps/files/js/file-upload.js | |
parent | 99382a094c550ee725856290e05f915e4b05c5d7 (diff) | |
parent | 3485450b20327a7901bd8e0a62a2fa948903ee42 (diff) | |
download | nextcloud-server-f176b3b3dd7febce8c1008f70d133c425fa87c22.tar.gz nextcloud-server-f176b3b3dd7febce8c1008f70d133c425fa87c22.zip |
Merge pull request #35795 from nextcloud/enh/35770-Replace_custom_tooltips_with_native_one_for_files
Replace custom tooltips with native ones in files
Diffstat (limited to 'apps/files/js/file-upload.js')
-rw-r--r-- | apps/files/js/file-upload.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/files/js/file-upload.js b/apps/files/js/file-upload.js index a0b46e1d03b..7d6bde6e0f9 100644 --- a/apps/files/js/file-upload.js +++ b/apps/files/js/file-upload.js @@ -1102,8 +1102,6 @@ OC.Uploader.prototype = _.extend({ */ start: function(e) { self.log('start', e, null); - //hide the tooltip otherwise it covers the progress bar - $('#upload').tooltip('hide'); self._uploading = true; }, fail: function(e, data) { |