disable unneeded functions

This commit is contained in:
Roland Gruber 2012-04-06 13:13:18 +00:00
parent 1cbdbc7397
commit bf512fe0d0
1 changed files with 2 additions and 2 deletions

View File

@ -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