Late Javascript

This commit is contained in:
karel.picman@lbcfree.net 2020-05-03 08:01:55 +02:00
parent 77e53b7f5c
commit e961a0b56b

View File

@ -33,7 +33,7 @@ module RedmineDmsf
"\n".html_safe + javascript_include_tag('redmine_dmsf.js', plugin: :redmine_dmsf, defer: true) +
"\n".html_safe + javascript_include_tag('attachments_dmsf.js', plugin: :redmine_dmsf, defer: true)
if defined?(EasyExtensions)
meta << "\n".html_safe + javascript_include_tag('context_menu', 'application')
meta << "\n".html_safe + javascript_include_tag('context_menu', 'application', defer: true)
end
meta
end