From 3ec5787f59eca7843dbb9e48bb6bcf8232fc3115 Mon Sep 17 00:00:00 2001 From: Sebastian Kapust Date: Tue, 5 Jun 2018 17:47:29 +0200 Subject: [PATCH] Fix tool search overlay link --- config/plugins/webhooks/demo/search/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ) ){