This commit is contained in:
Jason Costomiris 2018-07-10 10:31:28 -04:00
parent 1e0f71ee08
commit 7a83794c45
2 changed files with 1 additions and 6 deletions

View File

@ -1,5 +1,3 @@
<!--
var curNetwork = 0;
var curMask = 0;
@ -418,7 +416,3 @@ function parseQueryString (str)
}
return args;
}
window.onload = calcOnLoad;
//-->

View File

@ -5,6 +5,7 @@
<link rel="stylesheet" type="text/css" href="styles.css" />
<title>Visual Subnet Calculator 2.0</title>
<script src="funcs.js"></script>
<script>window.onload = calcOnLoad;</script>
</head>
<body>