Skip to content

Commit

Permalink
fix: solve https issue with jquery (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelDemey authored Dec 11, 2023
1 parent 17c0c86 commit cb0d40b
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion pages/common/eap2017/display-item.htm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>EAP - consultation</title>
<link href="../commun.css" rel="stylesheet" type="text/css"/>
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
<script>
/*
var niveau="produits"*/
Expand Down
2 changes: 1 addition & 1 deletion pages/common/eap2017/eap.htm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>Consultation - EAP 2017</title>
<link href="../commun.css" rel="stylesheet" type="text/css"/>
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
<script>
var endpointURL = "http://rdf.insee.fr/sparql";
var racine = "http://id.insee.fr/codes/";
Expand Down
2 changes: 1 addition & 1 deletion pages/common/eap2018/display-item.htm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>EAP - consultation</title>
<link href="../commun.css" rel="stylesheet" type="text/css"/>
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
<script>
/*
var niveau="produits"*/
Expand Down
2 changes: 1 addition & 1 deletion pages/common/eap2018/eap.htm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>Consultation - EAP 2018</title>
<link href="../commun.css" rel="stylesheet" type="text/css"/>
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
<script>
var endpointURL = "http://rdf.insee.fr/sparql";
var racine = "http://id.insee.fr/codes/";
Expand Down
2 changes: 1 addition & 1 deletion pages/common/eap2019/display-item.htm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>EAP - consultation</title>
<link href="../commun.css" rel="stylesheet" type="text/css"/>
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
<script>
/*
var niveau="produits"*/
Expand Down
2 changes: 1 addition & 1 deletion pages/common/eap2019/eap.htm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>Consultation - EAP 2019</title>
<link href="../commun.css" rel="stylesheet" type="text/css"/>
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
<script>
var endpointURL = "http://rdf.insee.fr/sparql";
var racine = "http://id.insee.fr/codes/";
Expand Down
2 changes: 1 addition & 1 deletion pages/common/eap2020/display-item.htm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>EAP - consultation</title>
<link href="../commun.css" rel="stylesheet" type="text/css"/>
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
<script>
/*
var niveau="produits"*/
Expand Down
2 changes: 1 addition & 1 deletion pages/common/eap2020/eap.htm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>Consultation - EAP 2020</title>
<link href="../commun.css" rel="stylesheet" type="text/css"/>
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
<script>
var endpointURL = "http://rdf.insee.fr/sparql";
var racine = "http://id.insee.fr/codes/";
Expand Down
2 changes: 1 addition & 1 deletion pages/common/emb2018/display-item.htm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>EMB - consultation</title>
<link href="../commun.css" rel="stylesheet" type="text/css"/>
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
<script>
/*
var niveau="produits"*/
Expand Down
2 changes: 1 addition & 1 deletion pages/common/emb2018/emb.htm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>Consultation - EMB 2018</title>
<link href="../commun.css" rel="stylesheet" type="text/css"/>
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
<script>
var endpointURL = "http://rdf.insee.fr/sparql";
var racine = "http://id.insee.fr/codes/";
Expand Down
2 changes: 1 addition & 1 deletion pages/common/emb2019/display-item.htm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>EMB - consultation</title>
<link href="../commun.css" rel="stylesheet" type="text/css"/>
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
<script>
/*
var niveau="produits"*/
Expand Down
2 changes: 1 addition & 1 deletion pages/common/emb2019/emb.htm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>Consultation - EMB 2019</title>
<link href="../commun.css" rel="stylesheet" type="text/css"/>
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
<script>
var endpointURL = "http://rdf.insee.fr/sparql";
var racine = "http://id.insee.fr/codes/";
Expand Down
2 changes: 1 addition & 1 deletion pages/common/emb2020/display-item.htm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>EMB - consultation</title>
<link href="../commun.css" rel="stylesheet" type="text/css"/>
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
<script>
/*
var niveau="produits"*/
Expand Down
2 changes: 1 addition & 1 deletion pages/common/emb2020/emb.htm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>Consultation - EMB 2020</title>
<link href="../commun.css" rel="stylesheet" type="text/css"/>
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
<script>
var endpointURL = "http://rdf.insee.fr/sparql";
var racine = "http://id.insee.fr/codes/";
Expand Down
2 changes: 1 addition & 1 deletion pages/common/emb2021/display-item.htm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>EMB - consultation</title>
<link href="../commun.css" rel="stylesheet" type="text/css"/>
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
<script>
/*
var niveau="produits"*/
Expand Down
2 changes: 1 addition & 1 deletion pages/common/emb2021/emb.htm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>Consultation - EMB 2021</title>
<link href="../commun.css" rel="stylesheet" type="text/css"/>
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
<script>
var endpointURL = "http://rdf.insee.fr/sparql";
var racine = "http://id.insee.fr/codes/";
Expand Down
2 changes: 1 addition & 1 deletion pages/common/naf/display-item.htm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>NAF 2008 - consulation</title>
<link href="../commun.css" rel="stylesheet" type="text/css"/>
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
<script>

var endpointURL = "http://rdf.insee.fr/sparql";
Expand Down
2 changes: 1 addition & 1 deletion pages/common/naf/naf.htm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>NAF 2008 - consultation</title>
<link href="../commun.css" rel="stylesheet" type="text/css"/>
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
<script>
var endpointURL = "http://rdf.insee.fr/sparql";

Expand Down

0 comments on commit cb0d40b

Please sign in to comment.