diff options
Diffstat (limited to 'layouts/partials/scripts.html')
-rw-r--r-- | layouts/partials/scripts.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html index a6dc367..48a056e 100644 --- a/layouts/partials/scripts.html +++ b/layouts/partials/scripts.html @@ -31,7 +31,7 @@ $("#scroll-top").click(function () { $("html, body").animate({ scrollTop: 0 - }, "slow"); + }); }); </script> {{ end }} |