mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +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) {
|
||||
if (typeof(li) == 'undefined') {
|
||||
var elements = this.ul.getElements('li');
|
||||
var elements = this.ul.getChildren('li');
|
||||
}
|
||||
else {
|
||||
var elements = [li];
|
||||
|
|
Loading…
Reference in a new issue