From 4965f038ed01e097463830cc9afb4e5fd50e3a00 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sat, 15 Mar 2014 16:49:07 +0100 Subject: füge Übersicht ein MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/index.js | 1 + 1 file changed, 1 insertion(+) (limited to 'js') 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){ -- cgit v1.3.1