fixed header height

This commit is contained in:
Bachir Soussi Chiadmi
2018-01-02 12:20:33 +01:00
parent f09e9563b2
commit a11650f2b4
2 changed files with 3 additions and 1 deletions

View File

@@ -1600,6 +1600,7 @@
.eq(index).addClass('active');
// record cookie
createCookie('default-search-form', index);
initLayout();
})
.appendTo($tabs);
});
@@ -1611,6 +1612,7 @@
$('.msa-form-wrapper', $searchblock).eq(defaultIndex).addClass('active');
$searchblock.addClass('tabed');
initLayout();
};
/**