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