Merge pull request #31184 from nextcloud/backport/31170/stable23

[stable23] fix a broken tooltip
This commit is contained in:
Louis 2022-02-16 11:26:07 +01:00 committed by GitHub
commit e137650deb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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') {