diff --git a/Js/fonctions.js b/Js/fonctions.js
index 90d1fa3..7cfa70b 100755
--- a/Js/fonctions.js
+++ b/Js/fonctions.js
@@ -3298,7 +3298,17 @@ function sinistres_a_prime_police()
function sinistres_a_prime_categorie()
{
- $("#div_detail_sp").html('
' + 'Veuillez patienter... / Please wait...' + ' ');
+
+ $("#div_detail_sp").html(`
+
+
+ Loading...
+
+
+ Veuillez patienter... / Please wait...
+
+
+ `);
$.ajax({
url: $("#racineWeb").val()+"Ajaxsppolice/categorie/",
@@ -3316,7 +3326,17 @@ function sinistres_a_prime_categorie()
function sinistres_a_prime_college()
{
- $("#div_detail_sp").html('
' + 'Veuillez patienter... / Please wait...' + ' ');
+
+ $("#div_detail_sp").html(`
+
+
+ Loading...
+
+
+ Veuillez patienter... / Please wait...
+
+
+ `);
$.ajax({
url: $("#racineWeb").val()+"Ajaxsppolice/college/",
@@ -3338,8 +3358,17 @@ function requetes_synthese_consommation_police()
$("#div_detail_exp").html('');
- $("#div_detail_sp").html('
' + 'Veuillez patienter... / Please wait...' + ' ');
-
+ $("#div_detail_sp").html(`
+
+
+ Loading...
+
+
+ Veuillez patienter... / Please wait...
+
+
+ `);
+
$.ajax({
url: v_url,
type : 'post',
diff --git a/Vue/gabarit.php b/Vue/gabarit.php
index 2d3e854..c5df272 100755
--- a/Vue/gabarit.php
+++ b/Vue/gabarit.php
@@ -638,7 +638,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
-
+