]> source.dussan.org Git - nextcloud-server.git/commitdiff
try to fix broken tooltip 31186/head
authorszaimen <szaimen@e.mail.de>
Mon, 14 Feb 2022 14:14:28 +0000 (15:14 +0100)
committerSimon L. (Rebase PR Action) <szaimen@e.mail.de>
Tue, 15 Feb 2022 23:01:10 +0000 (23:01 +0000)
Signed-off-by: szaimen <szaimen@e.mail.de>
apps/files/js/filelist.js

index 488e956ad082a6a4980e1fd689d7c988a59b0773..eb9df549ef5d85aebdb5a85c659ec8c9999c0bdd 100644 (file)
                                        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') {