diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-02-26 15:26:54 +0100 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-02-26 15:26:54 +0100 |
commit | 6f77f398674488540a3174c65ad6cc95fd819927 (patch) | |
tree | 7a2611c330512bb0642affa6a5201ba5d303be81 /js | |
parent | 5dd793cdaadc0456892673ee70a04df774bae522 (diff) |
Remove unused id attributes in index.html
Diffstat (limited to 'js')
-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 }); |