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 b294d8540ab401729477f241b5b35fe7f499b938
parent d9418b99bd7b7fee920496e8eb400456cb10e1a4
Author: Oshgnacknak <osh@oshgnacknak.de>
Date:   Sun, 16 Dec 2018 12:45:23 +0100

ID label => Nr

Diffstat:
Mindex.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html @@ -20,7 +20,7 @@ Name: <input id="player_name_input" type="text" value=""> <button id="player_add_button">Add Player</button> <br> - ID: <input id="player_id_input" type="number" value=""> + Nr: <input id="player_id_input" type="number" value=""> <button id="player_remove_button">Remove Player</button> </p>