mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
No longer need to change onchange here, client side does it
This commit is contained in:
parent
22b5ed587f
commit
0d7f213c7d
@ -1077,12 +1077,6 @@ class etemplate_widget_nextmatch_customfilter extends etemplate_widget_transform
|
||||
}
|
||||
$form_name = self::form_name($cname, $this->id, $expand);
|
||||
|
||||
// Don't need simple onchanges, it's ajax
|
||||
if($this->attrs['onchange'] == 1)
|
||||
{
|
||||
$this->setElementAttribute($form_name, 'onchange', false);
|
||||
}
|
||||
|
||||
$this->setElementAttribute($form_name, 'options', trim($this->attrs['widget_options']) != '' ? $this->attrs['widget_options'] : '');
|
||||
|
||||
parent::beforeSendToClient($cname);
|
||||
|
Loading…
Reference in New Issue
Block a user