mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-23 02:19:07 +01:00
LSformElement.js : do not handle sub li elements during initialization
This commit is contained in:
parent
2e9459598f
commit
5335ca477c
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ var LSformElement = new Class({
|
||||||
|
|
||||||
initializeLSformElement: function(li) {
|
initializeLSformElement: function(li) {
|
||||||
if (typeof(li) == 'undefined') {
|
if (typeof(li) == 'undefined') {
|
||||||
var elements = this.ul.getElements('li');
|
var elements = this.ul.getChildren('li');
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
var elements = [li];
|
var elements = [li];
|
||||||
|
|
Loading…
Reference in a new issue