Fix tool search overlay link

This commit is contained in:
Sebastian Kapust
2018-06-05 17:47:29 +02:00
parent 5ddb6fc179
commit 3ec5787f59
@@ -33,7 +33,7 @@ $(document).ready(function() {
};
// Open search overlay on click of magnifier icon in the masthead
self.parentElement.find( 'ul#searchover a' ).on( 'click', function( e ) {
self.parentElement.find( 'ul #searchover a' ).on( 'click', function( e ) {
e.preventDefault();
e.stopPropagation();
if ( $( '.search-screen-overlay' ).is( ':visible' ) ){