From 8e2328d146c9328401212ddc54b912c17383fcbf Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Fri, 25 Jan 2019 13:57:56 +0100 Subject: [PATCH] remove personal heatmap script --- main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.js b/main.js index 3794ca1..8b7f04d 100644 --- a/main.js +++ b/main.js @@ -7,7 +7,7 @@ window.addEventListener('load', function() { inputs[u].blur(); } - var profile = document.querySelector('.profile'); + /*var profile = document.querySelector('.profile'); if (profile) { var currentTab = profile.querySelector('.menu a.item.active'); @@ -26,6 +26,7 @@ window.addEventListener('load', function() { } } } + */ var stylusInterval = window.setInterval(function() { var stylus = document.querySelector('style.stylus');