]> source.dussan.org Git - redmine.git/commitdiff
Reverting commit r1748. Some environments are not allowing the cached file to
authorEric Davis <edavis@littlestreamsoftware.com>
Thu, 28 Aug 2008 16:32:14 +0000 (16:32 +0000)
committerEric Davis <edavis@littlestreamsoftware.com>
Thu, 28 Aug 2008 16:32:14 +0000 (16:32 +0000)
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

app/views/layouts/base.rhtml

index a769fdd61ccaa22659a8e05940b8a678d6a293bb..62d542b7b9653425b828614ad0843f17d7182369 100644 (file)
@@ -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">