mirror of
https://github.com/rickbarrette/redmine_qbo_lineitems.git
synced 2026-04-02 07:01:59 -04:00
No longer need leading z since using view hook view_issues_show_description_bottom
This commit is contained in:
@@ -16,7 +16,7 @@ module RedmineQboLineItems
|
||||
# Load the javascript to support the autocomplete forms
|
||||
def view_layouts_base_html_head(context = {})
|
||||
safe_join([
|
||||
javascript_include_tag( 'nested_form_controller.js', plugin: :z_redmine_qbo_lineitems)
|
||||
javascript_include_tag( 'nested_form_controller.js', plugin: :redmine_qbo_lineitems)
|
||||
])
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user