diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-03-15 16:37:14 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-15 19:46:42 +0200 |
| commit | a8894127ff068f1a7ba56c5abf698b9f5a76260b (patch) | |
| tree | fe3b8ae73116c387083b06d3800c2dc7c10e8705 /index.html | |
| parent | b8f0594c05ae20af46b29144b8e7180d3100bdfe (diff) | |
| download | wvs-vplan-a8894127ff068f1a7ba56c5abf698b9f5a76260b.tar.gz wvs-vplan-a8894127ff068f1a7ba56c5abf698b9f5a76260b.zip | |
ersetze den Ladebalken durch jQuery-Mobile-Loader
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -38,7 +38,7 @@ <input type="text" id="username" hint="Benutzername" autofocus required> <label for="password">Passwort</label> <input type="password" id="password" hint="Passwort" required> - <button type="submit" onclick="location.href='#loading'">Einloggen</button> + <button type="submit">Einloggen</button> </form> </div> </div> @@ -48,10 +48,6 @@ <h1>WvS VPlan | Login - Lade...</h1> </div> <div role="main" class="ui-content"> - Laden... <span class="progress-view" id="load-progress-view">0%</span> - <div class="loader"> - <div class="progress" id="load-progress"></div> - </div> </div> </div> </div> |
