mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-16 15:33:02 +01:00
- LSform : Correction d'un erreur JS.
This commit is contained in:
parent
2377c265f9
commit
270e48d872
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ var LSform = new Class({
|
||||||
|
|
||||||
var layout = ul.getParent('div.LSform_layout_active');
|
var layout = ul.getParent('div.LSform_layout_active');
|
||||||
if ($type(layout)) {
|
if ($type(layout)) {
|
||||||
var li = getLayoutBtn(layout);
|
var li = this.getLayoutBtn(layout);
|
||||||
if($type(li)) {
|
if($type(li)) {
|
||||||
li.addClass('LSform_layout_errors');
|
li.addClass('LSform_layout_errors');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue