Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Commit

Permalink
!!! Fixed issues reported by travis
Browse files Browse the repository at this point in the history
  • Loading branch information
rodica-andronache committed Jun 21, 2016
1 parent 6b31869 commit 42bae2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 0 additions & 2 deletions js/customizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@
result+= '<li class="zillah-only-customizer"><button type="button" class="search-opt search-toggle"><i class="fa fa-search"></i></button><div class="header-search"></div></li>';
}
$( '.social-media-icons' ).html( result );
zillah_header_social_icons_width();
zillah_menu_toggle_height();
} );
} );

Expand Down
5 changes: 4 additions & 1 deletion js/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,10 @@
//ACCESSIBILITY MENU
( function( $ ) {

/* global screenReaderText */

function initMainNavigation( container ) {

// Add dropdown toggle that display child menu items.
container.find( '.menu-item-has-children > a' ).after( '<button class="dropdown-toggle" aria-expanded="false">' + screenReaderText.expand + '</button>' );

Expand Down Expand Up @@ -208,7 +211,7 @@
var headerHeight,
isAdminBar,
lastScrollTop = 0,
initTop = 0;
initTop = 0,
changeDirection = false,
lastDirectionDown = false;
var $headerToHide = $( '.header-inner-top' ),
Expand Down

0 comments on commit 42bae2f

Please sign in to comment.