Browse Source

arg projet pour l'appel ajax

Sniperovitch 8 years ago
parent
commit
993af99eaf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/index.html

+ 1 - 1
public/index.html

@@ -79,7 +79,7 @@
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
 <script>
 <script>
 $(document).ready(function() {
 $(document).ready(function() {
-    jQuery.get('/api/v1/status?dossier=abroretention', function(data) {
+    jQuery.get('/api/v1/status?dossier=abroretention&projetId=abro-tele2', function(data) {
         console.log(data);
         console.log(data);
         $("#statusmsg").html(data["text"]);
         $("#statusmsg").html(data["text"]);
     });
     });