Revision 1293:b7af3c2d1f0c plugins
| plugins/redmine_bibliography/assets/javascripts/authors.js | ||
|---|---|---|
| 50 | 50 |
console.log("aaaa");
|
| 51 | 51 |
}); |
| 52 | 52 |
|
| 53 |
$("input[id$='identify_author_no']").live("click", function() {
|
|
| 54 |
$this.closest('div').next().find("input[id$='name_on_paper']").val('');
|
|
| 55 |
$this.closest('div').next().find("input[id$='institution']").val('');
|
|
| 56 |
$this.closest('div').next().find("input[id$='email']").val('');
|
|
| 57 |
$this.closest('div').next().find("input[id$='search_author_class']").val('');
|
|
| 58 |
}); |
|
| 53 | 59 |
|
| 54 | 60 |
function toggle_div(div_id){
|
| 55 | 61 |
$("#" + div_id).toggle(0.3);
|
Also available in: Unified diff