mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Remove debugger
This commit is contained in:
parent
f00e4fb708
commit
0c6cd22bcd
@ -86,7 +86,6 @@ export class Et2Button extends Et2InputWidget(Et2Widget(LionButton))
|
|||||||
|
|
||||||
_handleClick(event : MouseEvent) : boolean
|
_handleClick(event : MouseEvent) : boolean
|
||||||
{
|
{
|
||||||
debugger;
|
|
||||||
// ignore click on readonly button
|
// ignore click on readonly button
|
||||||
if(this.disabled || this.readonly) return false;
|
if(this.disabled || this.readonly) return false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user