mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
9 lines
267 B
JavaScript
9 lines
267 B
JavaScript
function updateIpsec(){
|
|
selectIntLink = "ipsecDetailed";
|
|
ipsecsettings = "ipsecDetail=";
|
|
ipsecsettings += d.getElementById(selectIntLink).checked;
|
|
|
|
selectIntLink = "ipsec-config";
|
|
textlink = d.getElementById(selectIntLink);
|
|
textlink.value = ipsecsettings;
|
|
} |