Mercurial > hg > soundsoftware-site
view public/javascripts/repository.js @ 1500:4d8c768855c6 live
Lock down citeproc 0.0.6 for now -- 1.0.0 broke our publications plugin
author | Chris Cannam |
---|---|
date | Fri, 21 Mar 2014 10:05:35 +0000 |
parents | 3d01be97cb5a |
children |
line wrap: on
line source
function toggle_ext_url() { if (document.getElementById('repository_is_external').checked) { document.getElementById('repository_external_url').disabled = false; } else { document.getElementById('repository_external_url').disabled = true; } }