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

[stable21] fix a broken tooltip
pull/31211/head
Louis 2 years ago committed by GitHub
commit b3072cf02e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save