a
This commit is contained in:
parent
62d094c5ac
commit
c412d74a4f
|
|
@ -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();
|
||||
},
|
||||
|
|
|
|||
|
|
@ -895,7 +895,7 @@
|
|||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/toastr@2.1.4/build/toastr.min.css" crossorigin="anonymous">
|
||||
<script src="https://cdn.jsdelivr.net/npm/toastr@2.1.4/build/toastr.min.js" crossorigin="anonymous"></script>
|
||||
|
||||
<script src="Js/fonctions.js?ver=2026.04.23.00"></script>
|
||||
<script src="Js/fonctions.js?ver=2026.04.26.00"></script>
|
||||
<script src="Bootstrap/js/bootstrap.min.js"></script>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/vue@3/dist/vue.global.prod.js"></script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user