Skip to content

Commit

Permalink
index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
chabelesther committed Jan 21, 2024
1 parent 7b7c8e0 commit 910d3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ <h5 class="modal-title" id="shareModalLabel">Partage l'aventure!</h5>
var shareModal = new bootstrap.Modal(document.getElementById('shareModal'));
shareModal.show();
}
}, 24000); // 240 000 millisecondes = 4 min
}, 250000); // 240 000 millisecondes = 4 min
// ===================message partage ============================
function shareOnWhatsApp() {
// Récupération du résultat du chiffrement ou du déchiffrement
Expand Down

0 comments on commit 910d3aa

Please sign in to comment.