mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-01 15:37:32 +08:00
Fix tool search overlay link
This commit is contained in:
@@ -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' ) ){
|
||||
|
||||
Reference in New Issue
Block a user