Project

General

Profile

Patch #1186 » add_cache_for_js_in_layout_base.diff

Patch file to add cache for JS - Philippe Lafoucrière, 2008-05-06 15:56

View differences:

app/views/layouts/base.rhtml (working copy)
6 6
<meta name="description" content="<%= Redmine::Info.app_name %>" />
7 7
<meta name="keywords" content="issue,bug,tracker" />
8 8
<%= stylesheet_link_tag 'application', :media => 'all' %>
9
<%= javascript_include_tag :defaults %>
9
<%= javascript_include_tag :defaults, :cache => true %>
10 10
<%= stylesheet_link_tag 'jstoolbar' %>
11 11
<!--[if IE]>
12 12
    <style type="text/css">
    (1-1/1)