Mercurial > hg > soundsoftware-site
view plugins/redmine_bibliography/assets/javascripts/bibliography.js @ 1365:72b6d7a2383d luisf
JS file needed to order authors; related to previous commit (addresses Bug #668).
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Mon, 19 Aug 2013 16:05:50 +0100 |
parents | 8516c3292901 |
children | 5b8bd53fd65c |
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; }); $(document).ready(function() { $("#publication_bibtex_entry_attributes_entry_type").trigger('change'); });