This commit is contained in:
Stef Kariotidis 2016-12-07 13:52:27 +02:00
parent 28075c936d
commit ff75a19e06
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
$( document ).ready(function() {
// smoothly scroll to an ID
$( 'a[href*="#"]:not([href="#"])' ).click( function ( e ) {
$( '#main-menu li a' ).click( function ( e ) {
var target;
// if not on root URL
if ( currentPage === blogPage || vars.isSingle ) {