mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-30 11:53:57 +01:00
onClick is valid for a box
This commit is contained in:
parent
068c53c8aa
commit
afdfac19f7
@ -575,7 +575,6 @@ class editor
|
|||||||
{
|
{
|
||||||
if (!is_array($widget[$n])) $widget[$n] = $n == 1 ? $old : etemplate::empty_cell();
|
if (!is_array($widget[$n])) $widget[$n] = $n == 1 ? $old : etemplate::empty_cell();
|
||||||
}
|
}
|
||||||
unset($widget['onclick']); // not valid for a box
|
|
||||||
}
|
}
|
||||||
return; // no change necessary, eg. between different box-types
|
return; // no change necessary, eg. between different box-types
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user