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