mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 00:09:06 +01:00
LSform : Fix display bug when user has no right on the first tab
This commit is contained in:
parent
274ccad0f2
commit
cf4502ac3b
1 changed files with 2 additions and 1 deletions
|
@ -81,7 +81,8 @@ var LSform = new Class({
|
|||
}
|
||||
else {
|
||||
if (!$type(Layout.getElement('dt'))) {
|
||||
li.setStyle('display','none');
|
||||
li.destroy();
|
||||
Layout.destroy();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue