Changeset 412

Show
Ignore:
Timestamp:
08/19/08 10:07:49 (3 months ago)
Author:
082net
Message:

## wp-scripts ##

Small fixes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • wp-scripts/trunk/js/site.custom.jquery.js

    r408 r412  
    1313                        return;//means continue; 
    1414                var tgl = el.find('h3:first').click(function(e){ 
    15                         Spoiler.Collapse(body, 'slide', this, {duration: 0.4}); 
     15                        Spoiler.Collapse(body, 'slide', this, 4); 
    1616                }).addClass('effcollapse'); 
    1717                if(el.hasClass('hide_first')) { 
    18                         Spoiler.Collapse(body, 'simple', tgl, {duration: 0.6}); 
     18                        Spoiler.Collapse(body, 'simple', tgl, 6); 
    1919                } 
    2020        });