Mercurial > hg > soundsoftware-site
diff plugins/redmine_bibliography/assets/javascripts/bibliography.js @ 1326:8516c3292901 redmine-2.2-integration
correctly displays bibtex fields for editing
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Wed, 19 Jun 2013 18:52:48 +0100 |
parents | 8d30e7644b75 |
children | 5b8bd53fd65c |
line wrap: on
line diff
--- a/plugins/redmine_bibliography/assets/javascripts/bibliography.js Wed Jun 19 18:27:44 2013 +0100 +++ b/plugins/redmine_bibliography/assets/javascripts/bibliography.js Wed Jun 19 18:52:48 2013 +0100 @@ -13,3 +13,6 @@ return false; }); +$(document).ready(function() { + $("#publication_bibtex_entry_attributes_entry_type").trigger('change'); +}); \ No newline at end of file