diff options
| -rw-r--r-- | index.html | 5 | ||||
| -rw-r--r-- | js/index.js | 1 |
2 files changed, 4 insertions, 2 deletions
@@ -43,11 +43,12 @@ </div> </div> - <div data-role="page" id="loading" data-prefetch> + <div data-role="page" id="overview" data-prefetch> <div data-role="header"> - <h1>WvS VPlan | Login - Lade...</h1> + <h1>WvS VPlan | Vertretungen</h1> </div> <div role="main" class="ui-content"> + hier stehen die Vertretungen </div> </div> </div> diff --git a/js/index.js b/js/index.js index 53e905b..cd1c6f8 100644 --- a/js/index.js +++ b/js/index.js @@ -24,6 +24,7 @@ function get_overview(){ request.done(function(msg){ console.log('Übersichts-Request erfolgreich'); + location.href = '#overview'; }); request.fail(function(jqXHR, msg){ |
