Le tout nouveau MegaNorris ™ Toast est l'insert de pneu de..
C$94.99
LA MISSION DE HUCK NORRIS EST D'ÉLIMINER LA PEUR DES DOMMAGES CAUSÉS AUX ROUES ET AUX PNEUS. NOTRE OBJECTIF EST DE RASSURER LES VÉTÉTISTES AFIN QU'ILS PUISSENT SE CONCENTRER SUR LEUR PRATIQUE SANS CRAINDRE QUE LEUR PNEU SOIT CREVÉ OU QUE LEUR JANTE EN CARBONE SOIT DÉTRUITE. GRÂCE À LA SCIENCE, IL EXISTE UN REMÈDE ! DITES BONJOUR À HUCK NORRIS.
Lire plus
Lire moins
// Get the modal
var modal = document.getElementById("myModal");
// Get the button that opens the modal
var btn = document.getElementById("myBtn");
// Get the element that closes the modal
var span = document.getElementsByClassName("close")[0];
// When the user clicks on the button, open the modal
btn.onclick = function() {
modal.style.display = "block";
}
// When the user clicks on (x), close the modal
span.onclick = function() {
modal.style.display = "none";
}
// When the user clicks anywhere outside of the modal, close it
window.onclick = function(event) {
if (event.target == modal) {
modal.style.display = "none";
}
}