Skip to content

Commit

Permalink
Delegate click handler needs event.preventDefault(). Fixes #109
Browse files Browse the repository at this point in the history
  • Loading branch information
natecavanaugh committed Jan 13, 2016
1 parent 49809ff commit 8592ba1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/js/side-navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -681,6 +681,8 @@
togglerSelector,
function(event) {
instance.toggle();

event.preventDefault();
}
);
}
Expand Down

0 comments on commit 8592ba1

Please sign in to comment.