mirror of
https://github.com/nextcloud/server.git
synced 2026-05-25 02:34:12 -04:00
Merge pull request #31185 from nextcloud/backport/31170/stable22
[stable22] fix a broken tooltip
This commit is contained in:
commit
cde0a35e93
1 changed files with 0 additions and 1 deletions
|
|
@ -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') {
|
||||
|
|
|
|||
Loading…
Reference in a new issue