From 0524427a3bef63b41c29166303caef49eeebb6a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Mon, 20 Jan 2014 18:42:37 +0100 Subject: [PATCH] changes to flot.events --- src/vendor/jquery/jquery.flot.events.js | 27 ------------------------- 1 file changed, 27 deletions(-) diff --git a/src/vendor/jquery/jquery.flot.events.js b/src/vendor/jquery/jquery.flot.events.js index f0b26c6d8cb..c9ed3359dc0 100644 --- a/src/vendor/jquery/jquery.flot.events.js +++ b/src/vendor/jquery/jquery.flot.events.js @@ -349,34 +349,7 @@ function(){ var pos = $(this).offset(); - /*// check if the mouse is not already over the event - if ($(this).data("bouncing") == false || $(this).data("bouncing") == undefined) { - - // check the div is not already bouncing - if ($(this).position().top == $(this).data("top")) { - $(this).effect("bounce", { - times: 3 - }, 300); - } - - $(this).data("bouncing", true); - _showTooltip(pos.left + $(this).width() / 2, pos.top, $(this).data("event")); - }*/ - _showTooltip(pos.left + $(this).width() / 2, pos.top, $(this).data("event")); - - if (event.min != event.max) { - plot.setSelection({ - xaxis: { - from: event.min, - to: event.max - }, - yaxis: { - from: yaxis.min, - to: yaxis.max - } - }); - } }, // mouseleave function(){