mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-21 18:31:37 +02:00
some cleanup
This commit is contained in:
parent
96c174d483
commit
ac808f96e0
@ -119,7 +119,6 @@ li {
|
|||||||
|
|
||||||
render()
|
render()
|
||||||
{
|
{
|
||||||
let label = "";
|
|
||||||
if(!this.value)
|
if(!this.value)
|
||||||
{
|
{
|
||||||
return this._readonlyRender({label: this.empty_text, value: ""});
|
return this._readonlyRender({label: this.empty_text, value: ""});
|
||||||
@ -264,7 +263,6 @@ export class Et2SelectBitwiseReadonly extends Et2SelectReadonly
|
|||||||
return this._readonlyRender(option);
|
return this._readonlyRender(option);
|
||||||
})}
|
})}
|
||||||
</ul>`;
|
</ul>`;
|
||||||
return
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user