Merge pull request #31186 from nextcloud/backport/31170/stable21

[stable21] fix a broken tooltip
pull/31211/head
Louis 2022-02-16 11:25:57 +07:00 committed by GitHub
commit b3072cf02e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

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