diff options
author | Ian C <ianc@noddybox.co.uk> | 2018-06-26 14:56:59 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2018-06-26 14:56:59 +0000 |
commit | 7236430484ffbd9874083b9703ff3015e3347c89 (patch) | |
tree | 6e723c4f5ceebe0bf3ca460f00400b9a927b5fc8 /www/index.html | |
parent | 52d3b59d43d1c4894a38d47b9606c0f1cff95156 (diff) |
Added some initial display code. Call to get stubbed out with test data.
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index 512ac8f..9c2474c 100644 --- a/www/index.html +++ b/www/index.html @@ -16,7 +16,7 @@ Passphrase: <input type="password" id="PassPhrase"> <input type="button" id="LoadButton" value="Load" onclick="DoLoad()"> <br> Group: -<select id="Group"> +<select id="Group" onchange="DoSelectGroup()"> </select> <input type="text" id="NewGroup" maxlength="512"> |