Line 999: | Line 999: | ||
} | } | ||
− | $('html, body').animate( { scrollTop: $(target).offset().top - 90 },1000,function() { location.hash = target; }); | + | $('html,body').animate( { |
+ | window.setTimeout(function() { scrollTop: $(target).offset().top - 90 }, 0); | ||
+ | },1000,function() { location.hash = target; }); | ||
} | } | ||
Revision as of 13:08, 31 October 2017