This is an automated email from the ASF dual-hosted git repository.
mimaison pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/kafka-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new aaab964 Remove console.log() (#278)
aaab964 is described below
commit aaab9648c67f7d1d3a52685a4cc284db4283fc27
Author: Mickael Maison <[email protected]>
AuthorDate: Thu Aug 6 09:24:38 2020 +0100
Remove console.log() (#278)
---
includes/_footer.htm | 1 -
1 file changed, 1 deletion(-)
diff --git a/includes/_footer.htm b/includes/_footer.htm
index a7dc8fe..8043634 100644
--- a/includes/_footer.htm
+++ b/includes/_footer.htm
@@ -56,7 +56,6 @@
// Let's start getting rid of jQuery...
function checkPageScroll() {
- console.log('called');
if (window.scrollY >= 80 ||
document.body.scrollTop >= 100) {
document.getElementById('header').classList.add('scrolled');
} else {