public
Description: The Git TextMate Bundle
Homepage: http://tim.theenchanter.com/
Clone URL: git://github.com/timcharper/git-tmbundle.git
loading the javascript at the top of the log controller was causing log 
entries to output in wacky order.  Resolved.
timcharper (author)
Mon Mar 17 17:17:30 -0700 2008
commit  c94ee5375b8e799e853a4d5c68ed3ea651661a1c
tree    5a47a7a6cbb81af9ac047bdf79173c6c4019e739
parent  972e1257642d27c701e0b76c7f91c56f1d9443ea
...
9
10
11
12
13
14
15
16
17
18
19
...
9
10
11
 
 
 
 
 
12
13
14
0
@@ -9,11 +9,6 @@ ListNib = File.dirname(__FILE__) + "/../../nibs/RevisionSelector.nib"
0
 
0
 class LogController < ApplicationController
0
   layout "application", :only => "index"
0
- before_filter :set_script_at_top
0
-
0
- def set_script_at_top
0
- @script_at_top = true
0
- end
0
   
0
   DEFAULT_LOG_LIMIT = 100
0
   include DateHelpers

Comments

    No one has commented yet.