Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gurusabarish/hugo-profile.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsonic182 <johander1822@gmail.com>2022-04-01 23:47:49 +0300
committersonic182 <johander1822@gmail.com>2022-04-01 23:47:49 +0300
commitd19515cf851c83c2e37f2aaa3c2fd64ed19afa14 (patch)
tree74578069f7947e9d0db5280d25f72f0555ed0ce7
parent066b43522611a7660e484ce736b0eac28fd2ad1b (diff)
removed console log
-rw-r--r--layouts/_default/single.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 14d9465..77dea12 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -100,7 +100,6 @@
var topScroll = document.getElementById("topScroll");
window.onscroll = function() {scrollFunction()};
- console.log(topScroll);
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
topScroll.style.display = "block";