Revision 1292:bb51e86fa182 plugins/redmine_bibliography/assets/javascripts

View differences:

plugins/redmine_bibliography/assets/javascripts/authors.js
45 45
            };
46 46
        });
47 47

  
48

  
49
$("input[id$='identify_author_yes']").live("click", function() {
50
    console.log("aaaa");
51
});
52

  
53

  
48 54
function toggle_div(div_id){
49 55
    $("#" + div_id).toggle(0.3);
50 56
}

Also available in: Unified diff