comparison 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
comparison
equal deleted inserted replaced
1325:4ef7df804bab 1326:8516c3292901
11 dataType: "script" 11 dataType: "script"
12 }); 12 });
13 13
14 return false; 14 return false;
15 }); 15 });
16 $(document).ready(function() {
17 $("#publication_bibtex_entry_attributes_entry_type").trigger('change');
18 });