mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 00:09:06 +01:00
LSview/JS : Added a test to avoid possible errors
This commit is contained in:
parent
5a17d79681
commit
301ae79b38
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,8 @@ var LSview = new Class({
|
|||
},
|
||||
|
||||
onTdLSobjectListNamesOut: function(td) {
|
||||
td.imgEdit.destroy();
|
||||
if(td.imgEdit)
|
||||
td.imgEdit.destroy();
|
||||
},
|
||||
|
||||
onRemoveListBtnClick: function(event,a) {
|
||||
|
|
Loading…
Reference in a new issue