From eef931443d426e1a5a75352a75cd881d8223d979 Mon Sep 17 00:00:00 2001 From: Jared Dillard Date: Thu, 24 Sep 2015 11:47:56 -0500 Subject: Ticket #5204 a clean up pass of the jquery sections --- src/usr/local/www/vpn_ipsec_phase2.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/usr/local/www/vpn_ipsec_phase2.php') diff --git a/src/usr/local/www/vpn_ipsec_phase2.php b/src/usr/local/www/vpn_ipsec_phase2.php index 573f9cf..9a97346 100644 --- a/src/usr/local/www/vpn_ipsec_phase2.php +++ b/src/usr/local/www/vpn_ipsec_phase2.php @@ -909,7 +909,7 @@ events.push(function(){ hideClass('encalg', ($('#proto').val() != 'esp')); } - // ---------- Library of show/hide functions ---------------------------------------------------------------------- + // ---------- Library of show/hide functions -------------------------------------------------- // Hides the
in which the specified input element lives so that the input, // its label and help text are hidden @@ -951,7 +951,7 @@ events.push(function(){ $('.' + s_class).show(); } - // ---------- Monitor elements for change and call the appropriate display functions ------------------------------ + // ---------- Monitor elements for change and call the appropriate display functions ---------- // Protocol $('#proto').click(function () { @@ -978,7 +978,7 @@ events.push(function(){ change_mode(); }); - // ---------- Iniatial page load ---------------------------------------------------------------------------------- + // ---------- On initial page load ------------------------------------------------------------ hideInput('ikeid', true); hideInput('uniqid', true); -- cgit v1.1