summaryrefslogtreecommitdiffstats
path: root/install/ui/field.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/field.js')
-rw-r--r--install/ui/field.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/install/ui/field.js b/install/ui/field.js
index 09bd6c120..1caab161b 100644
--- a/install/ui/field.js
+++ b/install/ui/field.js
@@ -504,11 +504,6 @@ IPA.multivalued_field = function(spec) {
var that = IPA.field(spec);
- that.widgets_created = function() {
-
- that.field_widgets_created();
- };
-
that.load = function(record) {
that.field_load(record);
@@ -520,11 +515,6 @@ IPA.multivalued_field = function(spec) {
return dirty;
};
- that.widget_value_changed = function() {
- that.set_dirty(that.test_dirty());
- that.validate();
- };
-
that.validate = function() {
that.hide_error();