diff options
| author | Dirk Engling <erdgeist@erdgeist.org> | 2020-06-02 18:33:32 +0200 |
|---|---|---|
| committer | Dirk Engling <erdgeist@erdgeist.org> | 2020-06-02 18:33:32 +0200 |
| commit | b2fff1c0cb13d720e305f7835044da7360aab273 (patch) | |
| tree | 3d3b3062e87c9f16c5756ba723e22134e5a24d05 /admin/static/cccms.js | |
| parent | 6c61efddf9080194115106d6eaec7e57df66e1a2 (diff) | |
Diffstat (limited to 'admin/static/cccms.js')
| -rw-r--r-- | admin/static/cccms.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/admin/static/cccms.js b/admin/static/cccms.js new file mode 100644 index 00000000..873007ce --- /dev/null +++ b/admin/static/cccms.js | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | function toggle_hide(oid) { | ||
| 2 | el = document.getElementById(oid); | ||
| 3 | el.classList.toggle('hidden'); | ||
| 4 | } | ||
| 5 | |||
| 6 | function load_object(oid) { | ||
| 7 | } | ||
