try to fix broken tooltip

Signed-off-by: szaimen <szaimen@e.mail.de>
pull/31186/head
szaimen 2022-02-14 15:14:28 +07:00 committed by Simon L. (Rebase PR Action)
parent c674a20ddb
commit d5bda14231
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') {