From 2590996ae2ecbe56e4d72444ac860df152b08590 Mon Sep 17 00:00:00 2001
From: "real3t@gmail.com" <>
Date: Mon, 24 Oct 2016 08:49:53 +0000
Subject: [PATCH] =?UTF-8?q?Sur=20une=20id=C3=A9e=20de=20Bertrand,=20d?=
 =?UTF-8?q?=C3=A9lais=20avant=20l'apparition=20des=20Tooltips=20:=201s.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

On verra plus tard pour rendre ça paramétrable.
---
 javascripts.js.html | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/javascripts.js.html b/javascripts.js.html
index 64a67b6c..97db24cf 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
+		  }
 		});
 	});
 ]
-- 
GitLab