mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 08:19:05 +01:00
LSdefault : empty text of LStips by default
This commit is contained in:
parent
355b0cf1d4
commit
e76a25b22b
1 changed files with 1 additions and 3 deletions
|
@ -59,7 +59,7 @@ var LSdefault = new Class({
|
|||
}
|
||||
document.addEvent('keyup',this.onWantMoo.bindWithEvent(this));
|
||||
|
||||
this.LStips = new Tips('.LStips');
|
||||
this.LStips = new Tips('.LStips', {'text': ""});
|
||||
|
||||
if ($type(this.LSjsConfig['keepLSsessionActive'])) {
|
||||
this.LSjsConfig['keepLSsessionActive'] = (Math.round(this.LSjsConfig['keepLSsessionActive']*0.70)*1000);
|
||||
|
@ -228,7 +228,6 @@ var LSdefault = new Class({
|
|||
if ($type(this.LSjsConfig['helpInfos'][group][name])) {
|
||||
this.addTip(el);
|
||||
el.store('tip:title',this.LSjsConfig['helpInfos'][group][name]);
|
||||
el.store('tip:text',"");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -241,7 +240,6 @@ var LSdefault = new Class({
|
|||
if ($type(this.LSjsConfig['helpInfos'][group])) {
|
||||
if ($type(this.LSjsConfig['helpInfos'][group][name])) {
|
||||
el.store('tip:title',this.LSjsConfig['helpInfos'][group][name]);
|
||||
el.store('tip:text',"");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue