From c412d74a4f6c86b20317f277a8c1874967cbb495 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sun, 26 Apr 2026 08:47:37 +0000 Subject: [PATCH] a --- Js/fonctions.js | 6 ++++-- Vue/gabarit.php | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) 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 @@ - +