Update issues_form_hook_listener.rb

This commit is contained in:
2017-01-29 19:34:31 -05:00
committed by GitHub
parent 7fda4dc577
commit a06599b7f9

View File

@@ -12,8 +12,7 @@ class IssuesFormHookListener < Redmine::Hook::ViewListener
# Load the javascript # Load the javascript
def view_layouts_base_html_head(context = {}) def view_layouts_base_html_head(context = {})
js = javascript_include_tag 'vehicles', :plugin => 'redmine_qbo' js = javascript_include_tag 'application', :plugin => 'redmine_qbo'
#js += javascript_include_tag 'update_vehicles', :plugin => 'redmine_qbo'
return js return js
end end