diff --git a/website/buildServer.html b/website/buildServer.html index 68108ab5..aabcce5c 100644 --- a/website/buildServer.html +++ b/website/buildServer.html @@ -69,7 +69,7 @@ a:hover { background-color : cyan ; } } } - function t(n) { // test if an input name is checked + function t(n) { // test input name checked var result = 0 ; for ( var i = 0 ; i < inputs.length ; i++ ) { var input = inputs[i]; @@ -79,7 +79,7 @@ a:hover { background-color : cyan ; } return result; } - function s(n) { // set and input name to checked + function s(n) { // set input name to checked for ( var i = 0 ; i < inputs.length ; i++ ) { var input = inputs[i]; for ( var N = 0 ; N < n.length ; N++ ) @@ -150,7 +150,6 @@ a:hover { background-color : cyan ; }
-![]() |