Skip to content
Snippets Groups Projects
Commit 94f8aa45 authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-5980: fixing linting js errors

parent 186014fd
No related branches found
No related tags found
1 merge request!74ISTWCMS-5980 fix header search refresh no-js challenge
......@@ -14,12 +14,12 @@
'click', function () {
$(this).toggleClass('close');
$('.uw-header__masthead').toggleClass('open');
$('.uw-header-search').css("z-index", "12");
$('.uw-header-search').css('z-index', '12');
}
);
if ($('.uw-header__masthead').hasClass('open') || $('#edit-opentray').is(':checked')){
$('.uw-header-search').css("z-index", "12");
if ($('.uw-header__masthead').hasClass('open') || $('#edit-opentray').is(':checked')) {
$('.uw-header-search').css('z-index', '12');
$('.uw-header__masthead').toggleClass('open');
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment