diff --git a/Js/fonctions.js b/Js/fonctions.js
index 2d56aaa..bb7d7a9 100755
--- a/Js/fonctions.js
+++ b/Js/fonctions.js
@@ -4546,8 +4546,8 @@ function lister_polices_client(id) {
vue = vues[id] || null; // null si id ne correspond à rien
if(vue != null){
-
- donnees = 'vue'+vue;
+
+ donnees = 'vue='+vue;
$.ajax({
url: $("#racineWeb").val()+"Ajaxsessionvue/",
diff --git a/Vue/gabarit.php b/Vue/gabarit.php
index 825fc0e..cefa49b 100755
--- a/Vue/gabarit.php
+++ b/Vue/gabarit.php
@@ -687,7 +687,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
-
+