Update issues_form_hook_listener.rb

This commit is contained in:
2016-09-14 09:00:23 -04:00
committed by GitHub
parent 9dee336e76
commit 798a7c9933

View File

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