From c5ea5a01199fa8ee87b4c7a8888592947d3fa580 Mon Sep 17 00:00:00 2001
From: "real3t@gmail.com" <>
Date: Thu, 1 Oct 2015 14:03:38 +0000
Subject: [PATCH] =?UTF-8?q?M=C3=AAme=20si=20=C3=A7a=20marche,=20le=20r?=
 =?UTF-8?q?=C3=A9sultat=20du=20test=20jQL=20=C3=A9tait=20un=20doublement?=
 =?UTF-8?q?=20du=20temps=20de=20chargement.=20Score=20moins=20bon=20=C3=A0?=
 =?UTF-8?q?=20GTMetrix,=20mais=20impression=20utilisateur=20meilleure.=20C?=
 =?UTF-8?q?'est=20pour=20les=20visiteurs=20qu'on=20fait=20un=20site,=20non?=
 =?UTF-8?q?=20=3F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 javascripts.js.html | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/javascripts.js.html b/javascripts.js.html
index fa8db689..d80a3287 100644
--- a/javascripts.js.html
+++ b/javascripts.js.html
@@ -17,7 +17,8 @@
 // Presets
 
 // Encapsulation pour permettre l'utilisation de jQl, cf http://permalink.gmane.org/gmane.comp.web.spip.zone/38793
-jQuery(function(){
+// Même si ça marche, le résultat du test jQL était un doublement du temps de chargement
+// jQuery(function(){
 
 var jp_blankpic='#CHEMIN{images/1.gif}';
 var jp_onclass='menu_plus';
@@ -827,4 +828,4 @@ $(document).ready(function() {
 ]
 
 // Fin Encapsulation pour permettre l'utilisation de jQl, cf http://permalink.gmane.org/gmane.comp.web.spip.zone/38793
-});
\ No newline at end of file
+//});
\ No newline at end of file
-- 
GitLab