diff options
Diffstat (limited to 'install/static/associate.js')
-rw-r--r-- | install/static/associate.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install/static/associate.js b/install/static/associate.js index eda85dc8c..641409a8f 100644 --- a/install/static/associate.js +++ b/install/static/associate.js @@ -259,7 +259,7 @@ function ipa_association_widget(spec) { that.superior_create(container); var div = $('#'+that.id, container); - var buttons = $('span[name=buttons]', div); + var buttons = $('<span />').appendTo($('.action-panel')); //TODO replace with ipa_button $('<input/>', { 'type': 'button', @@ -455,4 +455,4 @@ function ipa_deleter_dialog_setup() { $('<p/>', { 'text': IPA.messages.search.delete_confirm }).appendTo(that.dialog); -}
\ No newline at end of file +} |