diff -r 641ec1b288a6 -r ac480b6a13cf plugins/redmine_bibliography/app/views/publications/_authorship_fields.html.erb
--- a/plugins/redmine_bibliography/app/views/publications/_authorship_fields.html.erb
+++ b/plugins/redmine_bibliography/app/views/publications/_authorship_fields.html.erb
@@ -1,10 +1,3 @@
-<%- content_for :header_tags do -%>
-  <%= stylesheet_link_tag 'bibliography', :plugin => 'redmine_bibliography' -%>
-  <%= javascript_include_tag 'bibliography', :plugin => 'redmine_bibliography' -%>
-  <%= javascript_tag "$('.author_save_btn').live('click', disable_fields);" -%>
-  <%= javascript_tag "$('.author_edit_btn').live('click', enable_fields);" -%>
-<%- end -%>
-
 <div id="authors" class="fields">
   <div id="<%= form_tag_id( f.object_name, :search_author ) %>" >
     <p>
diff -r 641ec1b288a6 -r ac480b6a13cf plugins/redmine_bibliography/app/views/publications/_form.html.erb
--- a/plugins/redmine_bibliography/app/views/publications/_form.html.erb
+++ b/plugins/redmine_bibliography/app/views/publications/_form.html.erb
@@ -1,19 +1,3 @@
-<%= error_messages_for 'publication' %>
-    <%= javascript_tag "
-        $('#publication_bibtex_entry_attributes_entry_type').live('change', function() {
-            $this = $(this);
-            $.ajax({
-                type: 'get',
-                url: '#{url_for(:controller => :publications, :action => :show_bibtex_fields)}',
-                data: {
-                    value: $this.val()
-                },
-                dataType: 'script'
-            });
-            return false;
-        });"
-    -%>
-
 <h3><%= f.text_field :title, :required => true, :size => 70 %></h3>
 
 <div class="splitcontentleft">
