From 0e267a97dd42e5381e7704e151057e674fa8e0c3 Mon Sep 17 00:00:00 2001 From: schneefux Date: Fri, 14 Mar 2014 18:39:40 +0100 Subject: füge Flip-Effekt hinzu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/index.css | 3 +++ index.html | 8 ++++---- js/index.js | 3 ++- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/css/index.css b/css/index.css index 627220e..0f732cf 100644 --- a/css/index.css +++ b/css/index.css @@ -46,3 +46,6 @@ body { right: 0; } } + +.viewLayout { +} diff --git a/index.html b/index.html index 7811cd9..9cf66bb 100644 --- a/index.html +++ b/index.html @@ -29,13 +29,13 @@
-
+

WvS VPlan | Login

- -
+ +
@@ -50,7 +50,7 @@

WvS VPlan | Vertretungsplan

- + Hier steht der V-Plan.
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 -- cgit v1.3.1