From bf512fe0d0de94c4e9c92c9976208289bd80689a Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Fri, 6 Apr 2012 13:13:18 +0000 Subject: [PATCH] disable unneeded functions --- lam/templates/lib/200_wz_tooltip.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lam/templates/lib/200_wz_tooltip.js b/lam/templates/lib/200_wz_tooltip.js index 47983f5a..521e264c 100644 --- a/lam/templates/lib/200_wz_tooltip.js +++ b/lam/templates/lib/200_wz_tooltip.js @@ -44,9 +44,9 @@ var config = new Object(); //=================== GLOBAL TOOLTIP CONFIGURATION =========================// -var tt_Debug = true // false or true - recommended: false once you release your page to the public +var tt_Debug = false // false or true - recommended: false once you release your page to the public var tt_Enabled = true // Allows to (temporarily) suppress tooltips, e.g. by providing the user with a button that sets this global variable to false -var TagsToTip = true // false or true - if true, HTML elements to be converted to tooltips via TagToTip() are automatically hidden; +var TagsToTip = false // false or true - if true, HTML elements to be converted to tooltips via TagToTip() are automatically hidden; // if false, you should hide those HTML elements yourself // For each of the following config variables there exists a command, which is