diff --git a/data/clock.js b/data/clock.js
index 2fc58e6..f8f3e1e 100644
--- a/data/clock.js
+++ b/data/clock.js
@@ -159,8 +159,8 @@ function onConnection(connection){
'data-content-type': connection.contentType,
'data-how-many': 1
});
- g.onmouseenter = showTooltip;
- g.onmouseleave = hideTooltip;
+ g.onmouseenter = tooltip.show;
+ g.onmouseleave = tooltip.hide;
var x = connectionIdx * 10;
var y = 0;
g.appendChild(svg('circle', {
diff --git a/data/index.html b/data/index.html
index 9e56e5a..ce23af5 100644
--- a/data/index.html
+++ b/data/index.html
@@ -74,8 +74,9 @@
-
+
+