summaryrefslogtreecommitdiffstats
path: root/usr/local/www/widgets/javascript/ipsec.js
blob: c9d704a3e07224be4628c741857be30e938a3fe8 (plain)
1
2
3
4
5
6
7
8
9
function updateIpsec(){
	selectIntLink = "ipsecDetailed";
	ipsecsettings = "ipsecDetail=";
	ipsecsettings += d.getElementById(selectIntLink).checked;
	
    selectIntLink = "ipsec-config";
	textlink = d.getElementById(selectIntLink);
	textlink.value = ipsecsettings;
}
OpenPOWER on IntegriCloud