mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 16:33:17 +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();
|
||||
}
|
||||
unset($widget['onclick']); // not valid for a box
|
||||
}
|
||||
return; // no change necessary, eg. between different box-types
|
||||
}
|
||||
@ -1604,4 +1603,4 @@ class editor
|
||||
$a = $b;
|
||||
$b = $h;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user