File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / src / manager / templates / static / script.js
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 09:46:44 2020 UTC (4 years, 3 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision


$(function(){
  $(".expand > h1").toggle(
    function(){$(this).parent(".expand").find(".expander").slideUp('fast');},
    function(){$(this).parent(".expand").find(".expander").slideDown('fast');}
  );
});

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