Revision 1428:2c723b9f5b87
| plugins/redmine_bibliography/assets/javascripts/authors.js | ||
|---|---|---|
| 29 | 29 |
$this.closest('div').find("input[id$='search_author_id']").val(ui.item. search_author_id);
|
| 30 | 30 |
|
| 31 | 31 |
$this.closest('div').find("input[id$='search_author_tie']").attr('checked', ' checked');
|
| 32 |
$this.closest('div').find("input[id$='search_author_tie']").next('span'). replaceWith(ui.item.authorship_link);
|
|
| 32 |
$this.closest('div').find("input[id$='search_author_tie']").next('span').replaceWith("<span>" + ui.item.authorship_link + "</span>");
|
|
| 33 | 33 |
|
| 34 | 34 |
// triggers the save button |
| 35 | 35 |
$this.closest('div').next('div').find('.author_save_btn').click();
|
Also available in: Unified diff