aboutsummaryrefslogtreecommitdiff
path: root/www/html/tip.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/html/tip.js')
-rw-r--r--www/html/tip.js4
1 files changed, 4 insertions, 0 deletions
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";
+}