diff --git a/config/plugins/webhooks/demo/search/script.js b/config/plugins/webhooks/demo/search/script.js index 6724157d5cb..9037c43da8e 100644 --- a/config/plugins/webhooks/demo/search/script.js +++ b/config/plugins/webhooks/demo/search/script.js @@ -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' ) ){