Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorLouis <6653109+artonge@users.noreply.github.com>2022-02-16 13:25:57 +0300
committerGitHub <noreply@github.com>2022-02-16 13:25:57 +0300
commitb3072cf02e55a16a93a132344fbbb99d2f610798 (patch)
treecf0908b56d1a1633e4b86bb8f69e7d7f1d582d32 /apps
parent4ffaa54d4f10fa492e73ba44d594463f9ce1dbdd (diff)
parentd5bda14231df5d87c2dd54aba4997f799ef15fff (diff)
Merge pull request #31186 from nextcloud/backport/31170/stable21
[stable21] fix a broken tooltip
Diffstat (limited to 'apps')
-rw-r--r--apps/files/js/filelist.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js
index 488e956ad08..eb9df549ef5 100644
--- a/apps/files/js/filelist.js
+++ b/apps/files/js/filelist.js
@@ -1625,7 +1625,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') {