view public/javascripts/repository.js @ 1372:a8832968d927 bibliography_testing

added another simple test to test the relationship between authors/authorships
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Thu, 22 Aug 2013 12:42:09 +0100
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;
    }
}