changeset 1428:2c723b9f5b87 luisf

Merge.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Tue, 08 Oct 2013 17:07:28 +0100
parents 7367cd232b1e (current diff) 2599a11ef11a (diff)
children 5b52161fb034 ebda59ca84db d0ac3348d28d
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: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("<span>" + ui.item.authorship_link + "</span>");
 
                 // triggers the save button
                 $this.closest('div').next('div').find('.author_save_btn').click();