mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 09:34:39 +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;
|
|
} |