Changeset 14181 for platform/tdiary

Show
Ignore:
Timestamp:
06/17/08 21:55:48 (5 months ago)
Author:
hsbt
Message:

tabify.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • platform/tdiary/plugin/day2section.rb

    r3279 r14181  
    88# 
    99add_footer_proc do 
    10   if @mode == 'day' 
    11     <<-SCRIPT 
    12     <script type="text/javascript"> 
    13     if(!location.hash) { 
    14       location.replace(location.hash + "#p01"); 
    15     } 
    16     </script> 
    17     SCRIPT 
    18   end 
     10        if @mode == 'day' 
     11                <<-SCRIPT 
     12                <script type="text/javascript"> 
     13                if(!location.hash) { 
     14                        location.replace(location.hash + "#p01"); 
     15                } 
     16                </script> 
     17                SCRIPT 
     18        end 
    1919end 
    2020