Skip to content

Commit

Permalink
Merge pull request #31184 from nextcloud/backport/31170/stable23
Browse files Browse the repository at this point in the history
[stable23] fix a broken tooltip
  • Loading branch information
artonge committed Feb 16, 2022
2 parents 989b4b9 + 524bee8 commit e137650
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/files/js/filelist.js
Expand Up @@ -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') {
Expand Down

0 comments on commit e137650

Please sign in to comment.