public
Description: El Dorado is a full-stack community web application written in Ruby/Rails.
Homepage: http://almosteffortless.com/eldorado/
Clone URL: git://github.com/trevorturk/el-dorado.git
removing cache from javascripts, fixing posts quoting

git-svn-id: http://eldorado.googlecode.com/svn/trunk@500 
9c008b19-a030-0410-9975-d76d301b4276
trevorturk (author)
Tue Oct 23 21:28:56 -0700 2007
commit  68a3461460baf51ad4f2c1e321928fe0e57ec0ba
tree    aac51b5f08e640020415b9eacf1e88513184ee40
parent  083f8947ccd3bb4248999c63293aff85e4da2bb6
...
17
18
19
20
 
21
22
23
...
17
18
19
 
20
21
22
23
0
@@ -17,7 +17,7 @@
0
   <%= random_header_css %>
0
   <%= theme_css %>
0
   
0
- <%= javascript_include_tag "prototype", "audio-player", "tooltip", :cache => true %>
0
+ <%= javascript_include_tag "prototype", "audio-player", "tooltip" %>
0
   
0
 </head>
0
 <body class="controller-<%= current_controller %> action-<%= current_action %>">
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-<% @post = Post.new %>
0
+<% @post = Post.new if @post.nil? %>
0
 <% form_for @post do |f| -%>
0
   <div class="box" id="box-posts-new">
0
     <span id="reply" class="top">Post a Reply</span><br />

Comments

    No one has commented yet.