mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-15 19:24:21 +02:00
Fix readonly checkbox not working
This commit is contained in:
@ -174,6 +174,7 @@ class et2_checkbox extends et2_inputWidget
|
||||
set_readonly(_ro)
|
||||
{
|
||||
jQuery(this.getDOMNode()).attr('disabled', _ro);
|
||||
this.input.prop('disabled', _ro);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user