ee582988e6
finalized language support and fixed some more bugs
5 lines
120 B
JavaScript
5 lines
120 B
JavaScript
function changelink(optVal) {
|
|
if(optVal=="")
|
|
return false;
|
|
window.location='subnetview.php?subnet_id='+optVal;
|
|
} |