summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_ipsec_phase1.php
diff options
context:
space:
mode:
authorJared Dillard <jdillard@netgate.com>2015-09-24 11:47:56 -0500
committerJared Dillard <jdillard@netgate.com>2015-09-24 11:48:03 -0500
commiteef931443d426e1a5a75352a75cd881d8223d979 (patch)
tree176dba700001cd0ccfca56e76bf6ac20fdb30945 /src/usr/local/www/vpn_ipsec_phase1.php
parentd94da29844316954348a3f7c97fff93de15051f9 (diff)
downloadpfsense-eef931443d426e1a5a75352a75cd881d8223d979.zip
pfsense-eef931443d426e1a5a75352a75cd881d8223d979.tar.gz
Ticket #5204 a clean up pass of the jquery sections
Diffstat (limited to 'src/usr/local/www/vpn_ipsec_phase1.php')
-rw-r--r--src/usr/local/www/vpn_ipsec_phase1.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/vpn_ipsec_phase1.php b/src/usr/local/www/vpn_ipsec_phase1.php
index e3abe5f..59eab8a 100644
--- a/src/usr/local/www/vpn_ipsec_phase1.php
+++ b/src/usr/local/www/vpn_ipsec_phase1.php
@@ -1022,7 +1022,7 @@ events.push(function(){
$('#dpd_maxfail').val('5')
}
- // ---------- Library of show/hide functions ----------------------------------------------------------------------
+ // ---------- Library of show/hide functions --------------------------------------------------
// Hides the <div> in which the specified input element lives so that the input,
// its label and help text are hidden
@@ -1064,7 +1064,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 ----------
// Enable DPD
$('#dpd_enable').click(function () {
@@ -1104,7 +1104,7 @@ events.push(function(){
ealgosel_change(<?=$keyset?>);
dpdchkbox_change();
- // ---------- Iniatial page load ----------------------------------------------------------------------------------
+ // ---------- On initial page load ------------------------------------------------------------
hideInput('ikeid', true);
});
OpenPOWER on IntegriCloud