From cb6a7852bf1015497aaaf40cc41050405f3f3f84 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Sat, 9 May 2020 10:35:49 +0200 Subject: beaucoup de modifs --- www/html/tip.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 www/html/tip.js (limited to 'www/html/tip.js') diff --git a/www/html/tip.js b/www/html/tip.js new file mode 100644 index 0000000..a69683f --- /dev/null +++ b/www/html/tip.js @@ -0,0 +1,4 @@ +function toggle_div(bouton, id) { + var div = document.getElementById(id); + div.style.display = "none"; +} -- cgit v1.2.3