LSerror: do not automatically close LSerror

This commit is contained in:
Benjamin Renard 2020-05-28 17:00:01 +02:00
parent 81c8a486d9
commit 88c995ac5c

View file

@ -13,7 +13,8 @@ var LSdefault = new Class({
this.LSerror = new LSinfosBox({
name: 'LSerror',
opacity: 0.9,
autoClose: 10000
closeBtn: 1,
autoClose: 0
});
this.LSerror_div = $('LSerror_txt');