We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8fbbe2d + 9064a5a commit c25880aCopy full SHA for c25880a
js/script.js
@@ -14,18 +14,3 @@ $(function() {
14
$('.toc-list').toggleClass('is-shown');
15
});
16
17
-
18
-//$(function() {
19
-// $('a[href*="#"]:not([href="#"])').click(function() {
20
-// if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) {
21
-// var target = $(this.hash);
22
-// target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
23
-// if (target.length) {
24
-// $('html, body').animate({
25
-// scrollTop: target.offset().top
26
-// }, 1000);
27
-// return false;
28
-// }
29
30
-// });
31
-//});
0 commit comments