diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-03-14 18:39:40 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-15 19:46:41 +0200 |
| commit | 0e267a97dd42e5381e7704e151057e674fa8e0c3 (patch) | |
| tree | 51185b363369d2795ac41dcaad5901efb8a413ca /js | |
| parent | 4e1936f740d6ed3499df59e4f76efa91f49c5cb3 (diff) | |
| download | wvs-vplan-0e267a97dd42e5381e7704e151057e674fa8e0c3.tar.gz wvs-vplan-0e267a97dd42e5381e7704e151057e674fa8e0c3.zip | |
füge Flip-Effekt hinzu
Diffstat (limited to 'js')
| -rw-r--r-- | js/index.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/js/index.js b/js/index.js index ab4d48e..7d66553 100644 --- a/js/index.js +++ b/js/index.js @@ -31,6 +31,7 @@ function login(){ console.log("Etwas ist schiefgelaufen :("); }else{ console.log('Request erfolgreich'); + document.getElementById('viewFlipBox').toggle(); } } } @@ -38,7 +39,7 @@ function login(){ req.open("POST", "https://***REMOVED***/moodle/login/index.php", true); req.setRequestHeader("Content-type", "application/x-www-form-urlencoded"); req.send(params); -} +}; var app = { // Application Constructor |
