mirror of
https://github.com/nextcloud/server.git
synced 2026-06-04 14:24:59 -04:00
Merge pull request #31170 from nextcloud/enh/noid/fix-broken-tooltip
fix a broken tooltip
This commit is contained in:
commit
9026455dac
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