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


$(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>