From 6f77f398674488540a3174c65ad6cc95fd819927 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Fri, 26 Feb 2016 15:26:54 +0100 Subject: Remove unused id attributes in index.html --- js/codeq/navigation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') diff --git a/js/codeq/navigation.js b/js/codeq/navigation.js index 70b7fc5..60baa9b 100644 --- a/js/codeq/navigation.js +++ b/js/codeq/navigation.js @@ -202,7 +202,7 @@ along with this program. If not, see . */ codeq.globalStateMachine.transition('about'); e.preventDefault();//prevent this since we'll trigger a page reload otherwise }); - $('#change-password').on('click', function(e){ + $('#navigation-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