Update issues_form_hook_listener.rb

This commit is contained in:
2016-09-14 08:43:05 -04:00
committed by GitHub
parent 35c2e7a951
commit e61023acd5

View File

@@ -13,7 +13,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.coffee', :plugin => 'redmine_qbo' js = javascript_include_tag 'vehicles.coffee', :plugin => 'redmine_qbo'
js << javascript_include_tag 'update_vehicles.coffee', :plugin => 'redmine_qbo' js += javascript_include_tag 'update_vehicles.coffee', :plugin => 'redmine_qbo'
return js return js
end end