d
This commit is contained in:
parent
b830caa7e1
commit
4405674a58
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
|
@ -64,7 +64,7 @@ $(function() {
|
|||
|
||||
function raffraichier_gabarit()
|
||||
{
|
||||
controleSession();
|
||||
//controleSession();
|
||||
|
||||
$.ajax({
|
||||
url: $("#racineWeb").val()+"Ajaxgabarit/",
|
||||
|
|
@ -113,13 +113,13 @@ function controleSession() {
|
|||
|
||||
function showMessageDeconnexion()
|
||||
{
|
||||
const msg = "Votre session a expiré. Vous serez déconnecté.";
|
||||
const msgEng = "Your session has expired. You will be disconnected.";
|
||||
//const msg = "Votre session a expiré. Vous serez déconnecté.";
|
||||
//const msgEng = "Your session has expired. You will be disconnected.";
|
||||
|
||||
alert_ebene(msg, msgEng).then(() => {
|
||||
//alert_ebene(msg, msgEng).then(() => {
|
||||
// Ce code ne s’exécute qu’après clic sur OK
|
||||
window.location.assign($("#racineWeb" ).val()+"Connexion/deconnecter/");
|
||||
});
|
||||
//});
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -663,7 +663,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
|
|||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
||||
|
||||
<!-- Application Scripts -->
|
||||
<script src="/Js/fonctions.js?ver=2026.01.23.02"></script>
|
||||
<script src="/Js/fonctions.js?ver=2026.01.28.00"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
raffraichier_gabarit();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user