mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 08:19:05 +01:00
LSerror: do not automatically close LSerror
This commit is contained in:
parent
81c8a486d9
commit
88c995ac5c
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ var LSdefault = new Class({
|
||||||
this.LSerror = new LSinfosBox({
|
this.LSerror = new LSinfosBox({
|
||||||
name: 'LSerror',
|
name: 'LSerror',
|
||||||
opacity: 0.9,
|
opacity: 0.9,
|
||||||
autoClose: 10000
|
closeBtn: 1,
|
||||||
|
autoClose: 0
|
||||||
});
|
});
|
||||||
this.LSerror_div = $('LSerror_txt');
|
this.LSerror_div = $('LSerror_txt');
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue