diff --git a/Js/fonctions.js b/Js/fonctions.js index 954666b..38532f4 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -26254,10 +26254,12 @@ function changer_entite_portail() url: v_url, type : 'post', data: donnees, - error: function(errorData) { + error: function(errorData) { + alert('error :' + errorData); + $("#div_login_portail").html(errorData); }, success: function(data) { - // alert(data); + alert('success :' + data); $("#div_login_portail").html(data); $("#login").focus(); }, diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 1a529cb..acb9985 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -895,7 +895,7 @@ - +