From c6644bcd875a87b80cba8af0872a1cacec9afb2a Mon Sep 17 00:00:00 2001 From: "real3t@gmail.com" <> Date: Sun, 8 Jan 2017 20:06:28 +0000 Subject: [PATCH] La bulle d'aide ne s'affichait plus sur les citations (Pierre) --- javascripts.js.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascripts.js.html b/javascripts.js.html index f26a5850..11a83da6 100644 --- a/javascripts.js.html +++ b/javascripts.js.html @@ -221,7 +221,7 @@ function myInitPages() { [(#CONFIG{soyezcreateurs/native_tooltips}|=={on}|non) $(function() { $( document ).tooltip({ track: true, - items: ':not(.crayon-icones *\[title\], .formulaire_crayon * \[title\], a span, a img, .postListItem *)', + items: '\[title\]:not(.crayon-icones *\[title\], .formulaire_crayon * \[title\], a span, a img, .postListItem *)', show: { delay: #CONFIG{soyezcreateurs/tooltip_delay,1000} } -- GitLab