# HG changeset patch # User luisf # Date 1381248448 -3600 # Node ID 2c723b9f5b87579a3114482b081f103d6506b20a # Parent 7367cd232b1ebe3b8550f46d55303730cba52ab8# Parent 2599a11ef11a7c2ceefdde909203cfb63993a477 Merge. diff -r 7367cd232b1e -r 2c723b9f5b87 plugins/redmine_bibliography/assets/javascripts/authors.js --- a/plugins/redmine_bibliography/assets/javascripts/authors.js Mon Oct 07 15:42:39 2013 +0100 +++ b/plugins/redmine_bibliography/assets/javascripts/authors.js Tue Oct 08 17:07:28 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();