diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-03-27 19:30:35 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-15 19:46:46 +0200 |
| commit | 204838d2da9c33954e884c5d26c9fb393a057072 (patch) | |
| tree | a76815b269609781836bdd2e7edce266beada254 /index.html | |
| parent | da3497d0065b435d70e58fbc16deec3e242c0260 (diff) | |
| download | wvs-vplan-204838d2da9c33954e884c5d26c9fb393a057072.tar.gz wvs-vplan-204838d2da9c33954e884c5d26c9fb393a057072.zip | |
deaktiviere Loginform nach Buttonklick
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ <h1>WvS VPlan | Login</h1> </div> <div role="main" class="ui-content"> - <form action="javascript:login()"> + <form action="javascript:login()" id="loginform"> <label for="username">Benutzername</label> <input type="text" id="username" hint="Benutzername" autofocus required> <label for="password">Passwort</label> |
