s
This commit is contained in:
parent
c951bfebcc
commit
2be6e0e63a
|
|
@ -1657,6 +1657,6 @@ function afficher_adherent_id_plus(idAdherent)
|
||||||
{
|
{
|
||||||
if (idAdherent>"0")
|
if (idAdherent>"0")
|
||||||
{
|
{
|
||||||
window.location.assign($("#racineWeb" ).val()+"Ficheadherent/"+$("#idAdherent_C" ).val()+"/");
|
window.location.assign($("#racineWeb" ).val()+"Ficheadherent/"+idAdherent+"/");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -595,7 +595,7 @@ $activeChildId = $menuData['child'];
|
||||||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
||||||
|
|
||||||
<!-- Application Scripts -->
|
<!-- Application Scripts -->
|
||||||
<script src="/Js/fonctions.js?ver=2026.01.03.30"></script>
|
<script src="/Js/fonctions.js?ver=2026.01.03.32"></script>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
setInterval(function() {
|
setInterval(function() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user