From b214935308f400351351d3a55117757325eef656 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 7 Jan 2013 08:02:08 -0500 Subject: [PATCH] Remove animation to fix display issues --- js/functions.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/functions.js b/js/functions.js index 787b29ec17..b6463b16b5 100644 --- a/js/functions.js +++ b/js/functions.js @@ -3521,8 +3521,8 @@ function PMA_tooltip($elements, item, myContent, additionalOptions) //@todo: when PMA_createqTip() is gone, rename this class tooltipClass: "normalqTip", track: true, - show: {effect: "slideDown", duration: 250}, - hide: {effect: "slideUp", duration: 250} + show: false, + hide: false } $elements.tooltip($.extend(true, defaultOptions, additionalOptions));