diff --git a/js/app.js b/js/app.js index 5a8ea5f..df18ec5 100644 --- a/js/app.js +++ b/js/app.js @@ -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'); }); diff --git a/readme.txt b/readme.txt index 1fd8f53..4dc9c39 100644 --- a/readme.txt +++ b/readme.txt @@ -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.