diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-05-01 20:19:48 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-05-01 20:19:48 +0200 |
| commit | 9dcd4c7023fd761f2e0578966d9c1dfc4125b485 (patch) | |
| tree | 5b076527e3976f4d401d0513035d0917dc443e10 /index.html | |
| parent | b3768c64845351fc27071f77853eca09b29f270b (diff) | |
| download | bridge-9dcd4c7023fd761f2e0578966d9c1dfc4125b485.tar.gz bridge-9dcd4c7023fd761f2e0578966d9c1dfc4125b485.zip | |
env all the vars; fix crunches
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -42,7 +42,11 @@ <p> <form id="update-region-form"> <select id="update-region-region"> - <option value="tournament-na">North America Tournament server</option> + <option value="tournament-na">NA Tournament server</option> + <option value="tournament-eu">EU Tournament server</option> + <option value="tournament-sg">SG Tournament server</option> + <option value="tournament-sa">SA Tournament server</option> + <option value="tournament-ea">EA Tournament server</option> </select> <input type="submit" value="Update region"> </form> |
