Mercurial > hg > soundsoftware-site
changeset 1429:5b52161fb034 cannam
Merge from luisf branch
author | Chris Cannam |
---|---|
date | Wed, 09 Oct 2013 17:37:40 +0100 |
parents | cd304b50908c (current diff) 2c723b9f5b87 (diff) |
children | 04cc33a44d4c 96973aaacd75 |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/redmine_bibliography/assets/javascripts/authors.js Mon Oct 07 15:09:10 2013 +0100 +++ b/plugins/redmine_bibliography/assets/javascripts/authors.js Wed Oct 09 17:37:40 2013 +0100 @@ -29,7 +29,7 @@ $this.closest('div').find("input[id$='search_author_id']").val(ui.item. search_author_id); $this.closest('div').find("input[id$='search_author_tie']").attr('checked', ' checked'); - $this.closest('div').find("input[id$='search_author_tie']").next('span'). replaceWith(ui.item.authorship_link); + $this.closest('div').find("input[id$='search_author_tie']").next('span').replaceWith("<span>" + ui.item.authorship_link + "</span>"); // triggers the save button $this.closest('div').next('div').find('.author_save_btn').click();