From 4d4a860a0ffb359df162b1328cd43cb0f4810234 Mon Sep 17 00:00:00 2001
From: "real3t@gmail.com" <>
Date: Sun, 2 Apr 2017 20:44:08 +0000
Subject: [PATCH] =?UTF-8?q?JQMIGRATE:=20jQuery.fn.load()=20is=20deprecated?=
 =?UTF-8?q?=20(compatibilit=C3=A9=20SPIP=203.2/jQuery=203.0)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 javascripts.js.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/javascripts.js.html b/javascripts.js.html
index 81b53626..90ab1f4c 100644
--- a/javascripts.js.html
+++ b/javascripts.js.html
@@ -825,7 +825,7 @@ function prop(n) {
 $(document).ready(function() {
 	myInitPages();
 	// Ceci devrait régler le problème de l'ajustement des colonne pas toujours fait
-	$(window).load(function() {
+	$(window).on('load',function() {
 		myInitLayout();
 	});
 });
-- 
GitLab