# HG changeset patch # User Chris Cannam # Date 1381336660 -3600 # Node ID 5b52161fb03402f7366c5dab3d4752ac807da6d2 # Parent cd304b50908cb2896b4cad9c33bb9841dba33fcd# Parent 2c723b9f5b87579a3114482b081f103d6506b20a Merge from luisf branch diff -r cd304b50908c -r 5b52161fb034 plugins/redmine_bibliography/assets/javascripts/authors.js --- 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("" + ui.item.authorship_link + ""); // triggers the save button $this.closest('div').next('div').find('.author_save_btn').click();