diff options
author | Louis <6653109+artonge@users.noreply.github.com> | 2022-02-15 11:47:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-15 11:47:06 +0100 |
commit | 9026455dac6d48ee5ac5899bdb5f00b09c107824 (patch) | |
tree | 0a437bc4b2168f4a910fefd53326fc6527b7e1c3 /apps | |
parent | acba237ec56a8987e246d1046bd8f5b763db1336 (diff) | |
parent | 6d7a0fae3829da42e56f55b9c79cd46e25e99aa1 (diff) | |
download | nextcloud-server-9026455dac6d48ee5ac5899bdb5f00b09c107824.tar.gz nextcloud-server-9026455dac6d48ee5ac5899bdb5f00b09c107824.zip |
Merge pull request #31170 from nextcloud/enh/noid/fix-broken-tooltip
fix a broken tooltip
Diffstat (limited to 'apps')
-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 facbbf09e0e..4d65723bb3e 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') { |