Skip to content

Commit

Permalink
Update locura4iot.js
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentEnRoueLibre committed Jan 23, 2024
1 parent 45c08fc commit fc2afc9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Code source/assets/js/locura4iot.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,4 +304,10 @@ var joueursCaches = true;
document.getElementById('nbJoueurs').innerText = getNbJoueurs();
document.getElementById('listJoueurs').innerText = getListJoueurs();
}

$(document).ready(function(){
$(".donnee").on("click", function(){
console.log(lirePortSerie());
});
});

0 comments on commit fc2afc9

Please sign in to comment.