mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
Radio has its own implementation now
This commit is contained in:
parent
71af9ace62
commit
94ac89619e
@ -96,7 +96,7 @@ var et2_checkbox = et2_inputWidget.extend({
|
||||
et2_register_widget(et2_checkbox, ["checkbox"]);
|
||||
|
||||
/**
|
||||
* et2_checkbox_ro is the dummy readonly implementation of the checkbox and radio.
|
||||
* et2_checkbox_ro is the dummy readonly implementation of the checkbox
|
||||
*/
|
||||
var et2_checkbox_ro = et2_checkbox.extend({
|
||||
|
||||
@ -130,4 +130,4 @@ var et2_checkbox_ro = et2_checkbox.extend({
|
||||
|
||||
});
|
||||
|
||||
et2_register_widget(et2_checkbox_ro, ["checkbox_ro", "radio_ro"]);
|
||||
et2_register_widget(et2_checkbox_ro, ["checkbox_ro"]);
|
||||
|
Loading…
Reference in New Issue
Block a user