Skip to content

Commit

Permalink
Fixed content links not closing
Browse files Browse the repository at this point in the history
  • Loading branch information
jamigibbs committed Nov 21, 2016
1 parent 1257b06 commit d4c1660
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@
}
});

$('.site-content').on('click', function(event){
event.preventDefault();
$('.site-content, .featured-bg-image').on('click', function(event){
$('.nav-panel').removeClass('is-visible');
});

Expand Down
2 changes: 2 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ All plugins are recommended and the theme will work out of the box.

= 1.0.6 - Nov 21 2016 =
* Updated screenshot.png
* Fixed content links not being clickable
* Improved navigation closing

= 1.0.5 - Nov 20 2016 =
* Removed README.md because .org have arbitrary rules. Sorry Github users.
Expand Down

0 comments on commit d4c1660

Please sign in to comment.