diff options
author | Louis <6653109+artonge@users.noreply.github.com> | 2022-02-16 11:26:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-16 11:26:07 +0100 |
commit | e137650deb33fcd73774d9a94c408dfcaca59621 (patch) | |
tree | 381d49494d34b790e433954518666c0cf694d915 | |
parent | 989b4b9e0398f9aee93c356825542831aee7189c (diff) | |
parent | 524bee8be4385eb5ab5793edf70deb122e189129 (diff) | |
download | nextcloud-server-e137650deb33fcd73774d9a94c408dfcaca59621.tar.gz nextcloud-server-e137650deb33fcd73774d9a94c408dfcaca59621.zip |
Merge pull request #31184 from nextcloud/backport/31170/stable23
[stable23] fix a broken tooltip
-rw-r--r-- | apps/files/js/filelist.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js index a653aac25b9..6797ef2b1f4 100644 --- a/apps/files/js/filelist.js +++ b/apps/files/js/filelist.js @@ -1770,7 +1770,6 @@ fileData.extraData = fileData.extraData.substr(1); } nameSpan.addClass('extra-data').attr('title', fileData.extraData); - nameSpan.tooltip({placement: 'top'}); } // dirs can show the number of uploaded files if (mime === 'httpd/unix-directory') { |