Skip to content

Commit b3072cf

Browse files
authored
Merge pull request #31186 from nextcloud/backport/31170/stable21
[stable21] fix a broken tooltip
2 parents 4ffaa54 + d5bda14 commit b3072cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/files/js/filelist.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1625,7 +1625,6 @@
16251625
fileData.extraData = fileData.extraData.substr(1);
16261626
}
16271627
nameSpan.addClass('extra-data').attr('title', fileData.extraData);
1628-
nameSpan.tooltip({placement: 'top'});
16291628
}
16301629
// dirs can show the number of uploaded files
16311630
if (mime === 'httpd/unix-directory') {

0 commit comments

Comments
 (0)