Annotation of embedaddon/strongswan/src/manager/templates/static/script.js, revision 1.1

1.1     ! misho       1: 
        !             2: $(function(){
        !             3:   $(".expand > h1").toggle(
        !             4:     function(){$(this).parent(".expand").find(".expander").slideUp('fast');},
        !             5:     function(){$(this).parent(".expand").find(".expander").slideDown('fast');}
        !             6:   );
        !             7: });

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>