summaryrefslogtreecommitdiffstats
path: root/install/ui/associate.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/associate.js')
-rw-r--r--install/ui/associate.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/ui/associate.js b/install/ui/associate.js
index 15fe8fed..2d416f0f 100644
--- a/install/ui/associate.js
+++ b/install/ui/associate.js
@@ -455,7 +455,7 @@ IPA.association_table_widget = function (spec) {
'pkey': pkey,
'other_entity': that.other_entity,
'attribute_member': that.attribute_member,
- method:that.add_method
+ method: that.add_method
});
};
@@ -520,7 +520,7 @@ IPA.association_table_widget = function (spec) {
'pkey': pkey,
'other_entity': that.other_entity,
'values': selected_values,
- method:remove_method
+ method: that.remove_method
});
dialog.remove = function() {