From 67585c35f851c39de04dc54a3582afc7f3068f5b Mon Sep 17 00:00:00 2001
From: Guillaume Rousse <guillaume.rousse@renater.fr>
Date: Wed, 21 Feb 2018 16:50:38 +0100
Subject: [PATCH] rename jquery.cookie to jquery-cookie

---
 resources/Makefile.am                                         | 2 +-
 ...{jquery.cookie-1.4.1.min.js => jquery-cookie-1.4.1.min.js} | 0
 templates/web/en/index.tt2.html                               | 4 ++--
 templates/web/fr/index.tt2.html                               | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
 rename resources/{jquery.cookie-1.4.1.min.js => jquery-cookie-1.4.1.min.js} (100%)

diff --git a/resources/Makefile.am b/resources/Makefile.am
index 04d61d9..d52cbf4 100644
--- a/resources/Makefile.am
+++ b/resources/Makefile.am
@@ -38,7 +38,7 @@ nobase_www_DATA = \
 	images/geant_logo_rgb_300dpi.jpg \
 	account-manager.js \
 	jquery-3.3.1.min.js \
-	jquery.cookie-1.4.1.min.js \
+	jquery-cookie-1.4.1.min.js \
 	jquery.steps.1.1.0.min.js \
 	jquery.steps.css \
 	jquery-ui-1.11.1/images/ui-bg_diagonals-thick_18_b81900_40x40.png \
diff --git a/resources/jquery.cookie-1.4.1.min.js b/resources/jquery-cookie-1.4.1.min.js
similarity index 100%
rename from resources/jquery.cookie-1.4.1.min.js
rename to resources/jquery-cookie-1.4.1.min.js
diff --git a/templates/web/en/index.tt2.html b/templates/web/en/index.tt2.html
index 19f2ee6..9196014 100644
--- a/templates/web/en/index.tt2.html
+++ b/templates/web/en/index.tt2.html
@@ -13,10 +13,10 @@
         <link rel="stylesheet" type="text/css" href="jquery-ui-1.11.1/jquery-ui.min.css" />
         <link rel="stylesheet" type="text/css" href="css/style.css" />
 
-        <script type="text/javascript" src="jquery-1.11.1.min.js"></script>
+        <script type="text/javascript" src="jquery-3.3.1.min.js"></script>
+        <script type="text/javascript" src="jquery-cookie-1.4.1.min.js"></script>
         <script type="text/javascript" src="jquery-ui-1.11.1/jquery-ui.min.js"></script>
         <script type="text/javascript" src="jquery.validate.1.13.0.min.js"></script>
-        <script type="text/javascript" src="jquery.cookie-1.4.1.min.js"></script>
         <script type="text/javascript" src="jquery.steps.1.1.0.min.js"></script>
         <script type="text/javascript" src="account-manager.js"></script>
 
diff --git a/templates/web/fr/index.tt2.html b/templates/web/fr/index.tt2.html
index 402e4b8..4d3f082 100644
--- a/templates/web/fr/index.tt2.html
+++ b/templates/web/fr/index.tt2.html
@@ -14,9 +14,9 @@
         <link rel="stylesheet" type="text/css" href="css/style.css" />
 
         <script type="text/javascript" src="jquery-3.3.1.min.js"></script>
+        <script type="text/javascript" src="jquery-cookie-1.4.1.min.js"></script>
         <script type="text/javascript" src="jquery-ui-1.11.1/jquery-ui.min.js"></script>
         <script type="text/javascript" src="jquery.validate.1.13.0.min.js"></script>
-        <script type="text/javascript" src="jquery.cookie-1.4.1.min.js"></script>
         <script type="text/javascript" src="jquery.steps.1.1.0.min.js"></script>
         <script type="text/javascript" src="account-manager.js"></script>
 
-- 
GitLab