mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-01 20:34:20 +01:00
Remove debug
This commit is contained in:
parent
cc6c3871a5
commit
4399e276eb
@ -83,7 +83,7 @@ export class Et2Box extends Et2Widget(LitElement) implements et2_IDetachedDOM
|
|||||||
return html`
|
return html`
|
||||||
<div part="base" ${this.id ? html`id="${this.id}"` : ''} class=${classMap({
|
<div part="base" ${this.id ? html`id="${this.id}"` : ''} class=${classMap({
|
||||||
"no-print-gap": noGap
|
"no-print-gap": noGap
|
||||||
})} hey>
|
})}>
|
||||||
<slot></slot>
|
<slot></slot>
|
||||||
</div> `;
|
</div> `;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user