summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorbruno <bruno.stein@bluepex.com>2016-01-22 12:18:57 -0200
committerbruno <bruno.stein@bluepex.com>2016-01-22 12:18:57 -0200
commit38176357da4b382880ba02c922ad005b172879c6 (patch)
tree248a962a662dbe15f2f6c5f9b7e8294d268de05e /src
parent237dfbd115e1acd1fd572fe6dcecf19e474e5628 (diff)
downloadpfsense-38176357da4b382880ba02c922ad005b172879c6.zip
pfsense-38176357da4b382880ba02c922ad005b172879c6.tar.gz
replaced jQuery to $
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/vpn_ipsec_settings.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/vpn_ipsec_settings.php b/src/usr/local/www/vpn_ipsec_settings.php
index 3f03249..aabc5b5 100644
--- a/src/usr/local/www/vpn_ipsec_settings.php
+++ b/src/usr/local/www/vpn_ipsec_settings.php
@@ -244,9 +244,9 @@ include("head.inc");
function maxmss_checked(obj) {
if (obj.checked) {
- jQuery('#maxmss').attr('disabled', false);
+ $('#maxmss').attr('disabled', false);
} else {
- jQuery('#maxmss').attr('disabled', 'true');
+ $('#maxmss').attr('disabled', 'true');
}
}
OpenPOWER on IntegriCloud