show better teams
remove duplicate names and show number of players in a team
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
<meta http-equiv="content-type" content="text/html; charset=windows-1252">
|
||||
<title>Volleyball Team Randomizer</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<script src="script.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -30,7 +31,8 @@
|
||||
|
||||
<br>
|
||||
<h1>Enter player names (each row represents one player)</h1>
|
||||
<textarea rows="18" cols="30" name="playerNames" required="required" id="playerNames"></textarea>
|
||||
|
||||
<textarea rows="18" cols="30" name="playerNames" required="required" id="playerNames"></textarea>
|
||||
|
||||
<br>
|
||||
<button id="generateTeams" onclick="randomizeTeams()">Generate Teams</button>
|
||||
@@ -46,6 +48,5 @@
|
||||
|
||||
|
||||
|
||||
<script src="script.js"></script>
|
||||
|
||||
</body></html>
|
||||
|
||||
Reference in New Issue
Block a user