Mercurial > hg > soundsoftware-site
view plugins/redmine_bibliography/assets/javascripts/bibliography.js @ 1305:097d38a73624 redmine-2.2-integration
Merge from branch cannam
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 11:30:19 +0100 |
parents | 8d30e7644b75 |
children | 8516c3292901 |
line wrap: on
line source
$("#publication_bibtex_entry_attributes_entry_type").live("change", function() { $this = $(this); $.ajax({ type: "get", url: "/publications/show_bibtex_fields", data: { value: $this.val() }, dataType: "script" }); return false; });