diff --git a/core/vendor/tippy/init.js b/core/vendor/tippy/init.js index a3846976..cf7f9f53 100755 --- a/core/vendor/tippy/init.js +++ b/core/vendor/tippy/init.js @@ -9,7 +9,7 @@ $(document).ready(function() { placement: "top" }); // Tooltip des attributs title - tippy("[content-data-tippy]", { + tippy("[data-tippy-content]", { arrow: true, placement: "top" });