onClick is valid for a box

This commit is contained in:
Nathan Gray 2012-12-19 21:44:25 +00:00
parent cb84d313e8
commit a4a35b77c9

View File

@ -575,7 +575,6 @@ class editor
{ {
if (!is_array($widget[$n])) $widget[$n] = $n == 1 ? $old : boetemplate::empty_cell(); 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 return; // no change necessary, eg. between different box-types
} }