From 067f12cc1a1b56d3892898d7d1f271b6921b9afd Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Sun, 12 Nov 2017 17:24:25 +0100 Subject: [PATCH] Removed infobox popup js --- public_html/view/js/history.js | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/public_html/view/js/history.js b/public_html/view/js/history.js index 57101f8..3be7e11 100644 --- a/public_html/view/js/history.js +++ b/public_html/view/js/history.js @@ -196,19 +196,6 @@ if( section.details.element != null ){ - /* (2) Function: scroll-x on mouse hover - ---------------------------------------------------------*/ - /* (1) Bind slider event */ - section.details.parent.element.addEventListener('mousemove', function(e){ - - var container = e.target.parentNode; - - console.log(e.clientX-container.offsetLeft, e.clientY-container.offsetTop); - - }, false); - - - /* (3) Function: show infobox on click on event