Commit 66fb5420 authored by imac's avatar imac

[Bugfix]Catalog : footer bug

parent 0d1e8c5f
......@@ -149,7 +149,6 @@ var initFunction = function() {
$('.right-container').load(link, {'ajax': 1}, function() {
// $('#fullpage').fullpageSlide(); //Stories
// $('.filter-wrapper').open_filter();
$('html').css('overflow','auto');
var dataElem = $(document).find(".data-elem");
var postId = dataElem.data('postid');
var page = dataElem.data('page');
......@@ -167,6 +166,9 @@ var initFunction = function() {
clickedElem.find('.subcat').addClass('current');
clickedElem.find('.subcat').slideDown();
$.fn.getMenuBg(); //Animation BG Menu
setTimeout(function(){
$('html').css('overflow','auto');
},2000);
//Load on home page
if ($('body #home').length) {
$('#home').find('.img-wrapper').addClass('fixed');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment