aboutsummaryrefslogtreecommitdiff
path: root/www/html/tip.js
blob: a69683f4ee164fe3743caaa50092d018e43a14a9 (plain)
1
2
3
4
function toggle_div(bouton, id) { 
  var div = document.getElementById(id);
  div.style.display = "none"; 
}