diff --git a/Js/fonctions.js b/Js/fonctions.js index 8231cee..1af2755 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -3245,11 +3245,7 @@ function ajax_maj_qte_medicament(idMedicament, quantite, controle) error: function(data) { }, complete: function() { - //controle.focus(); - v_controle_val = $("#"+V_idControle).val(); - alert("v_controle_val => "+v_controle_val); - document.getElementById(V_idControle).focus(); - $("#"+V_idControle).focus(); + // $("#"+V_idControle).focus(); } }); } diff --git a/Vue/Ajaxdetailprescription/index.php b/Vue/Ajaxdetailprescription/index.php index c43950b..3e7fe5d 100755 --- a/Vue/Ajaxdetailprescription/index.php +++ b/Vue/Ajaxdetailprescription/index.php @@ -143,7 +143,7 @@