Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SteveLane/hugo-icon.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/js/main.js')
-rwxr-xr-xstatic/js/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/main.js b/static/js/main.js
index 925539c..aa6bfe4 100755
--- a/static/js/main.js
+++ b/static/js/main.js
@@ -226,7 +226,7 @@
$(window).resize(function(){
topVal = ( $(window).width() < 769 ) ? 0 : 58;
});
- $('.fh5co-main-nav a:not([class="external"]), #fh5co-offcanvas a:not([class="external"])').click(function(event){
+ $('.fh5co-main-nav a:not([class="external"]), #fh5co-offcanvas a:not([class="external"]), a.fh5co-content-nav:not([class="external"])').click(function(event){
var section = $(this).data('nav-section');
if ( $('div[data-section="' + section + '"]').length ) {