Removed infobox popup js
This commit is contained in:
parent
20baf93bf3
commit
067f12cc1a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue