Mercurial > hg > soundsoftware-site
diff 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 diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vendor/plugins/redmine_bibliography/assets/javascripts/authors.js Wed Jun 22 19:42:31 2011 +0100 @@ -0,0 +1,4 @@ +function remove_author(link){ + $(link).previous("input[type=hidden]").value = 1; + $(link).up(".author_fields").hide(); +} \ No newline at end of file