diff options
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"> |