Removed infobox popup js

This commit is contained in:
xdrm-brackets 2017-11-12 17:24:25 +01:00
parent 20baf93bf3
commit 067f12cc1a
1 changed files with 0 additions and 13 deletions

View File

@ -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 /* (3) Function: show infobox on click on event