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
diff options
context:
space:
mode:
authorLouis <6653109+artonge@users.noreply.github.com>2022-02-15 13:47:06 +0300
committerGitHub <noreply@github.com>2022-02-15 13:47:06 +0300
commit9026455dac6d48ee5ac5899bdb5f00b09c107824 (patch)
tree0a437bc4b2168f4a910fefd53326fc6527b7e1c3
parentacba237ec56a8987e246d1046bd8f5b763db1336 (diff)
parent6d7a0fae3829da42e56f55b9c79cd46e25e99aa1 (diff)
Merge pull request #31170 from nextcloud/enh/noid/fix-broken-tooltip
fix a broken tooltip
-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 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') {