diff --git a/Js/fonctions.js b/Js/fonctions.js
index 5af5908..7471643 100755
--- a/Js/fonctions.js
+++ b/Js/fonctions.js
@@ -28997,8 +28997,6 @@ function calculImc()
function imprimer_prescription()
{
- alert("imprimer_prescription");
-
var nomForm = $("#nomForm").val();
var mlink = '';
@@ -29012,7 +29010,7 @@ function imprimer_prescription()
mlink = "Ajaximprimerbonexamen/";
}
- alert(mlink); return;
+ alert(mlink);
$.ajax({
url: $("#racineWeb").val()+mlink,
@@ -29026,8 +29024,6 @@ function imprimer_prescription()
success: function(data) {
//alert("Success : "+data);
$("#div_export_b").html(data);
-
-
},
complete: function() {
diff --git a/Vue/gabarit.php b/Vue/gabarit.php
index e5750cb..3660e88 100755
--- a/Vue/gabarit.php
+++ b/Vue/gabarit.php
@@ -892,7 +892,7 @@
-
+