Changes adopted from version 0.5
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
function changelink(optVal){
|
||||
if(optVal=="")
|
||||
return false;
|
||||
window.location='subnetview.php?subnet_id='+optVal;
|
||||
}
|
||||
Reference in New Issue
Block a user