Skip to content

Commit

Permalink
declare jquery front files
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lecavelier committed Oct 16, 2013
1 parent 73fd569 commit e376811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/_page_header.html.erb
Expand Up @@ -12,7 +12,7 @@
<%- if feed_rss %>
<link rel="alternate" type="application/rss+xml" title="RSS" href="<%= feed_rss %>" />
<%- end %>
<%= javascript_include_tag 'cookies', 'publify', :cache => true %>
<%= javascript_include_tag 'jquery', 'jquery_ujs', 'cookies', 'publify', :cache => true %>
<%= stylesheet_link_tag 'coderay', 'user-styles', :cache => true %>
<%= javascript_include_tag "lang/#{Localization.lang.to_s}" if File.exists? File.join(::Rails.root.to_s, 'public', 'lang', Localization.lang.to_s) %>
<%= javascript_tag "window._token = '#{form_authenticity_token}'"%>
Expand Down

0 comments on commit e376811

Please sign in to comment.