summaryrefslogtreecommitdiff
path: root/admin/static/cccms.js
blob: 873007ce8398ad519a199bd4fc7b118cd50df190 (plain)
1
2
3
4
5
6
7
function toggle_hide(oid) {
  el = document.getElementById(oid);
  el.classList.toggle('hidden');
}

function load_object(oid) {
}