Mercurial > hg > soundsoftware-site
view plugins/redmine_bibliography/assets/javascripts/bibliography.js @ 1275:1194982f28ba redmine-2.2-integration
Removed unnecessary debug/log message.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Thu, 09 May 2013 18:47:05 +0100 |
parents | 5ea1a213c7a5 |
children | a0488ec6979e |
line wrap: on
line source
$("#publication_bibtex_entry_attributes_entry_type").live("change", function() { $.ajax({ type: "POST", url: "/publications/show_bibtex_fields", data: "value=" + $("#publication_bibtex_entry_attributes_entry_type").val(), dataType: "script" }); return false; });