From 91bb685e531c43f291cc52b46a91c4ea087f95fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Pu=C5=A1nik?= Date: Mon, 9 Nov 2015 12:50:44 +0100 Subject: =?UTF-8?q?about=20screen=20mockup;=20TODO:=20text&design=20->=20L?= =?UTF-8?q?oni&Sa=C5=A1a?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/codeq/navigation.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'js/codeq/navigation.js') diff --git a/js/codeq/navigation.js b/js/codeq/navigation.js index 4baf5b9..be56740 100644 --- a/js/codeq/navigation.js +++ b/js/codeq/navigation.js @@ -149,6 +149,10 @@ codeq.globalStateMachine.transition('profile'); e.preventDefault();//prevent this since we'll trigger a page reload otherwise }); + $('#navigation-about').on('click', function(e){ + codeq.globalStateMachine.transition('about'); + e.preventDefault();//prevent this since we'll trigger a page reload otherwise + }); $('#change-password').on('click', function(e){ codeq.globalStateMachine.transition('changePassword'); e.preventDefault();//prevent this since we'll trigger a page reload otherwise -- cgit v1.2.1