summaryrefslogtreecommitdiffstats
path: root/app/views/layouts
diff options
context:
space:
mode:
authorEric Davis <edavis@littlestreamsoftware.com>2008-08-28 16:32:14 +0000
committerEric Davis <edavis@littlestreamsoftware.com>2008-08-28 16:32:14 +0000
commit8f3a04ce6906b7e9008bc6488a07404413c4552b (patch)
treef6ada78a8ef0d049bcbfa0fa610e5a51643bb992 /app/views/layouts
parent6ad989f82887dcd88cf3cf70b658b4ccf82cf770 (diff)
downloadredmine-8f3a04ce6906b7e9008bc6488a07404413c4552b.tar.gz
redmine-8f3a04ce6906b7e9008bc6488a07404413c4552b.zip
Reverting commit r1748. Some environments are not allowing the cached file to
write to public, causing all JavaScript to fail. Javascripts are now cached into a single file for downloads in production mode. #1186 git-svn-id: http://redmine.rubyforge.org/svn/trunk@1771 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/base.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/base.rhtml b/app/views/layouts/base.rhtml
index a769fdd61..62d542b7b 100644
--- a/app/views/layouts/base.rhtml
+++ b/app/views/layouts/base.rhtml
@@ -6,7 +6,7 @@
<meta name="description" content="<%= Redmine::Info.app_name %>" />
<meta name="keywords" content="issue,bug,tracker" />
<%= stylesheet_link_tag 'application', :media => 'all' %>
-<%= javascript_include_tag :defaults, :cache => true %>
+<%= javascript_include_tag :defaults %>
<%= stylesheet_link_tag 'jstoolbar' %>
<!--[if IE]>
<style type="text/css">