Changeset 412
- Timestamp:
- 08/19/08 10:07:49 (3 months ago)
- Files:
-
- 1 modified
-
wp-scripts/trunk/js/site.custom.jquery.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-scripts/trunk/js/site.custom.jquery.js
r408 r412 13 13 return;//means continue; 14 14 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); 16 16 }).addClass('effcollapse'); 17 17 if(el.hasClass('hide_first')) { 18 Spoiler.Collapse(body, 'simple', tgl, {duration: 0.6});18 Spoiler.Collapse(body, 'simple', tgl, 6); 19 19 } 20 20 });
