diff --git a/javascripts.js.html b/javascripts.js.html index 64a67b6c58b063e95d1c6b724d61f81095c6f93c..97db24cfc6c0e11744142ea1b979387efe0dcfab 100644 --- a/javascripts.js.html +++ b/javascripts.js.html @@ -221,7 +221,10 @@ 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: ':not(.crayon-icones *\[title\], .formulaire_crayon * \[title\], a span, a img, .postListItem *)', + show: { + delay: 1000 + } }); }); ]