This commit is contained in:
2025-07-17 21:34:42 +02:00
parent 885b0588ea
commit 3d0c9ec726
3 changed files with 33 additions and 3 deletions

View File

@ -61,4 +61,8 @@ $(document).ready(function () {
});
});
$(function () {
$('[data-bs-toggle="tooltip"]').tooltip();
});