diff --git a/Js/fonctions.js b/Js/fonctions.js
index 1af2755..eb1a0ce 100755
--- a/Js/fonctions.js
+++ b/Js/fonctions.js
@@ -3240,7 +3240,7 @@ function ajax_maj_qte_medicament(idMedicament, quantite, controle)
data: donnees,
success: function(data) {
$("#medicaments").html(data);
- document.getElementById(V_idControle).focus();
+ // document.getElementById(V_idControle).focus();
},
error: function(data) {
},
diff --git a/Vue/gabarit.php b/Vue/gabarit.php
index 6999afc..e343269 100755
--- a/Vue/gabarit.php
+++ b/Vue/gabarit.php
@@ -892,7 +892,7 @@
-
+