view vendor/plugins/redmine_bibliography/assets/javascripts/authors.js @ 467:c1ecc16cf38e feature_36

addin/removing authors - not finished
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Wed, 22 Jun 2011 19:42:31 +0100
parents
children 0bb9c7baed07
line wrap: on
line source
function remove_author(link){
	$(link).previous("input[type=hidden]").value = 1;
	$(link).up(".author_fields").hide();
}