diff options
Diffstat (limited to 'js/index.js')
| -rw-r--r-- | js/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
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){ |
