##// END OF EJS Templates
Moved javascript include tag to head....
Jean-Philippe Lang -
r10749:42b6f8365ad4
parent child
Show More
@@ -25,4 +25,6
25 (<%= l(:label_max_size) %>: <%= number_to_human_size(Setting.attachment_max_size.to_i.kilobytes) %>)
25 (<%= l(:label_max_size) %>: <%= number_to_human_size(Setting.attachment_max_size.to_i.kilobytes) %>)
26 </span>
26 </span>
27
27
28 <%= javascript_include_tag 'attachments' %>
28 <% content_for :header_tags do %>
29 <%= javascript_include_tag 'attachments' %>
30 <% end %>
General Comments 0
You need to be logged in to leave comments. Login now