diff options
| author | clyhtsuriva <clyhtsuriva@gmail.com> | 2020-05-09 10:35:49 +0200 |
|---|---|---|
| committer | clyhtsuriva <clyhtsuriva@gmail.com> | 2020-05-09 10:35:49 +0200 |
| commit | cb6a7852bf1015497aaaf40cc41050405f3f3f84 (patch) | |
| tree | 143b0e5019a01404c271b8679d93a541ffdd147f /www/html/tip.js | |
| parent | 8b57e76f64cf5de3d0a810019a7fcff03d876544 (diff) | |
| download | ATS-cb6a7852bf1015497aaaf40cc41050405f3f3f84.tar.gz ATS-cb6a7852bf1015497aaaf40cc41050405f3f3f84.tar.bz2 ATS-cb6a7852bf1015497aaaf40cc41050405f3f3f84.zip | |
beaucoup de modifs
Diffstat (limited to '')
| -rw-r--r-- | www/html/tip.js | 4 |
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"; +} |
