summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-03-15 15:46:30 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2016-08-15 19:46:42 +0200
commitb8f0594c05ae20af46b29144b8e7180d3100bdfe (patch)
tree7282570052d1a99d604502547c92c5a18b55a81c /js
parent3e27da4ad2cd999119d6321662dc2a718f3a4234 (diff)
downloadwvs-vplan-b8f0594c05ae20af46b29144b8e7180d3100bdfe.tar.gz
wvs-vplan-b8f0594c05ae20af46b29144b8e7180d3100bdfe.zip
benutze jQuery-Mobile-Seiten
Diffstat (limited to 'js')
-rw-r--r--js/index.js3
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);