From 1c18ca1e3f6c28038ab1abe1f2f9c8d8b775ea38 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Mon, 25 Mar 2019 13:41:13 +0100 Subject: [PATCH] [9.0.13] area[title] add to tippy --- 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 cf7f9f53..a4d9b162 100755 --- a/core/vendor/tippy/init.js +++ b/core/vendor/tippy/init.js @@ -14,7 +14,7 @@ $(document).ready(function() { placement: "top" }); // Pour les images map, pas de flèche, bulle haut suivant le curseur - tippy('img[title], a[title]', { + tippy('img[title], a[title], area[title]', { content(reference) { const title = reference.getAttribute('title') reference.removeAttribute('title')