From d4c1660d6b7ec90d771bcfa5904034abd1d96742 Mon Sep 17 00:00:00 2001 From: Jami Gibbs Date: Mon, 21 Nov 2016 15:46:43 -0600 Subject: [PATCH] Fixed content links not closing --- js/app.js | 3 +-- readme.txt | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) 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.