|
@@ -26,7 +26,7 @@
|
|
|
</div>
|
|
|
|
|
|
<div class="éditer">
|
|
|
- <form action="shake" method="get">
|
|
|
+ <form action="/bartender/shake" method="get">
|
|
|
<div class="form-group hidden">
|
|
|
<label for="projetId">Identifiant:</label>
|
|
|
<input type="text" class="form-control" id="projetId" name="projetId" value="abro-tele2" placeholder="">
|
|
@@ -79,7 +79,7 @@
|
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
|
|
|
<script>
|
|
|
$(document).ready(function() {
|
|
|
- jQuery.get('/bartender//status?dossier=abroretention&projetId=abro-tele2', function(data) {
|
|
|
+ jQuery.get('/bartender/status?dossier=abroretention&projetId=abro-tele2', function(data) {
|
|
|
$("#statusmsg").html(data["text"]);
|
|
|
});
|
|
|
});
|