diff options
Diffstat (limited to 'js/codeq')
-rw-r--r-- | js/codeq/navigation.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>. */ 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 }); |