Line 988: | Line 988: | ||
// Add smooth scrolling on all links inside the navbar | // Add smooth scrolling on all links inside the navbar | ||
− | + | ||
var jump=function(e) | var jump=function(e) | ||
{ | { | ||
Line 994: | Line 994: | ||
e.preventDefault(); | e.preventDefault(); | ||
− | $("body").scrollspy({target: "#myScrollspy", offset:100}); | + | //$("body").scrollspy({target: "#myScrollspy", offset:100}); |
var target = $(this).attr("href"); | var target = $(this).attr("href"); | ||
Line 1,011: | Line 1,011: | ||
} | } | ||
− | $('html, body').hide(); | + | /*$('html, body').hide();*/ |
$(document).ready(function() | $(document).ready(function() | ||
Line 1,026: | Line 1,026: | ||
} | } | ||
}); | }); | ||
− | + | ||
</script> | </script> | ||
</html> | </html> |
Revision as of 23:42, 30 October 2017