diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-03-15 15:46:30 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-15 19:46:42 +0200 |
| commit | b8f0594c05ae20af46b29144b8e7180d3100bdfe (patch) | |
| tree | 7282570052d1a99d604502547c92c5a18b55a81c /js | |
| parent | 3e27da4ad2cd999119d6321662dc2a718f3a4234 (diff) | |
| download | wvs-vplan-b8f0594c05ae20af46b29144b8e7180d3100bdfe.tar.gz wvs-vplan-b8f0594c05ae20af46b29144b8e7180d3100bdfe.zip | |
benutze jQuery-Mobile-Seiten
Diffstat (limited to 'js')
| -rw-r--r-- | js/index.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/js/index.js b/js/index.js index 3f6aecd..3c4c4d8 100644 --- a/js/index.js +++ b/js/index.js @@ -39,9 +39,6 @@ function get_overview(){ } function login(){ - document.getElementById('loginform').style.display = 'none'; - document.getElementById('loadingbar').style.display = 'block'; - var req = new XMLHttpRequest(); var username = encodeURIComponent(document.getElementById('username').value); |
