From 380fed3bb1c08e1d02c442007fdfc64ca56078ca Mon Sep 17 00:00:00 2001 From: Adam Young Date: Tue, 11 Jan 2011 23:04:38 -0500 Subject: enroll button This was removed in several places where it should still be visible --- install/static/associate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/static/associate.js') diff --git a/install/static/associate.js b/install/static/associate.js index 12b5fab0..6173dda0 100644 --- a/install/static/associate.js +++ b/install/static/associate.js @@ -721,7 +721,7 @@ function ipa_association_facet(spec) { }).appendTo(li); /* TODO: genering handling of different relationships */ - if (relationship[0] == 'Member') { + if ((relationship[0] == 'Member')||(relationship[0] == 'Member Of')) { $('', { 'type': 'button', 'name': 'add', -- cgit