1
0
Fork 0
mirror of https://gitlab.easter-eggs.com/ee/ldapsaisie.git synced 2025-03-30 08:31:37 +02:00

LSview/JS : Added a test to avoid possible errors

This commit is contained in:
Benjamin Renard 2009-10-25 23:21:09 +00:00
parent 5a17d79681
commit 301ae79b38

View file

@ -43,6 +43,7 @@ var LSview = new Class({
},
onTdLSobjectListNamesOut: function(td) {
if(td.imgEdit)
td.imgEdit.destroy();
},