Changeset 5663

Show
Ignore:
Timestamp:
03/28/08 02:24:14 (6 months ago)
Author:
inureyes
Message:

#897

  • 낙장 불입 패치
  • 접을거면 펼칠 이유도 없음~
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/model/blog.fx.php

    r5650 r5663  
    3737                ."$('toggle".$fxItem."').addEvent('click', function(e){".CRLF 
    3838                ."e = new Event(e);".CRLF 
    39                 .$fxItem.".toggle();".CRLF 
     39                .$fxItem.".slideIn();".CRLF 
    4040                ."e.stop();".CRLF 
    4141                ."});".CRLF