From 57e5322f9b3f767cffcad381f96ac0654a8c6ed2 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Mon, 25 Mar 2019 11:36:41 +0100 Subject: [PATCH] [9.0.12] data-tippy-content --- core/vendor/tippy/init.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" });