Index: branches/REL1_18/extensions/WikiEditor/modules/jquery.wikiEditor.toolbar.js |
— | — | @@ -602,7 +602,7 @@ |
603 | 603 | var $previousSections = $section.parent().find( '.section-visible' ); |
604 | 604 | $previousSections.css( 'position', 'absolute' ); |
605 | 605 | $previousSections.removeClass( 'section-visible' ); |
606 | | - $previousSections.fadeOut( 'fast', function() { $(this).css( 'position', 'relative' ); } ); |
| 606 | + $previousSections.fadeOut( 'fast', function() { $(this).css( 'position', 'static' ); } ); |
607 | 607 | $(this).parent().parent().find( 'a' ).removeClass( 'current' ); |
608 | 608 | $sections.css( 'overflow', 'hidden' ); |
609 | 609 | var animate = function( $that ) { |
Property changes on: branches/REL1_18/extensions/WikiEditor |
___________________________________________________________________ |
Modified: svn:mergeinfo |
610 | 610 | Merged /trunk/extensions/WikiEditor:r102848 |
Property changes on: branches/REL1_18/extensions |
___________________________________________________________________ |
Modified: svn:mergeinfo |
611 | 611 | Merged /trunk/extensions:r102848 |