Line 1,015: | Line 1,015: | ||
if (location.hash){ | if (location.hash){ | ||
setTimeout(function(){ | setTimeout(function(){ | ||
− | $(document).scrollTop(0).show(); | + | $(document).scrollTop(0); |
+ | $('html, body').show(); | ||
// $("body").scrollspy({target: "#myScrollspy", offset:100}); | // $("body").scrollspy({target: "#myScrollspy", offset:100}); | ||
jump(); }, 10); | jump(); }, 10); |
Revision as of 18:48, 31 October 2017