mirror of
https://github.com/nextcloud/server.git
synced 2026-04-24 15:53:36 -04:00
try to fix broken tooltip
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
d086fadb9e
commit
1e50e9c123
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