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