Crosstable

A simple web-app for tournament-crosstables, for example in chess round tournament (each vs each).
git clone git://git.oshgnacknak.de/Crosstable.git
Log | Files | Refs | README

commit bdc1a301eb09cc6bacc25c11b675405e9458029e
parent b294d8540ab401729477f241b5b35fe7f499b938
Author: Oshgnacknak <osh@oshgnacknak.de>
Date:   Sun, 16 Dec 2018 12:47:56 +0100

remove unneeded p-tag id
Diffstat:
Mindex.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html @@ -16,7 +16,7 @@ <h1>Sorry, JavaScript is required</h1> </noscript> - <p id="player_add"> + <p> Name: <input id="player_name_input" type="text" value=""> <button id="player_add_button">Add Player</button> <br>