summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-03-27 19:30:35 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2016-08-15 19:46:46 +0200
commit204838d2da9c33954e884c5d26c9fb393a057072 (patch)
treea76815b269609781836bdd2e7edce266beada254 /index.html
parentda3497d0065b435d70e58fbc16deec3e242c0260 (diff)
downloadwvs-vplan-204838d2da9c33954e884c5d26c9fb393a057072.tar.gz
wvs-vplan-204838d2da9c33954e884c5d26c9fb393a057072.zip
deaktiviere Loginform nach Buttonklick
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index e1df469..a89668a 100644
--- a/index.html
+++ b/index.html
@@ -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>