disable unneeded functions
This commit is contained in:
parent
1cbdbc7397
commit
bf512fe0d0
|
@ -44,9 +44,9 @@ var config = new Object();
|
||||||
|
|
||||||
|
|
||||||
//=================== GLOBAL TOOLTIP CONFIGURATION =========================//
|
//=================== 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 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
|
// if false, you should hide those HTML elements yourself
|
||||||
|
|
||||||
// For each of the following config variables there exists a command, which is
|
// For each of the following config variables there exists a command, which is
|
||||||
|
|
Loading…
Reference in New Issue