summaryrefslogtreecommitdiffstats
path: root/install/static/details.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/details.js')
-rw-r--r--install/static/details.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/install/static/details.js b/install/static/details.js
index 3b4edda6c..a989d9d4e 100644
--- a/install/static/details.js
+++ b/install/static/details.js
@@ -457,9 +457,7 @@ function ipa_details_create(container)
var action_panel = that.get_action_panel();
var ul = $('ul', action_panel);
- var buttons = $('<li/>', {
- 'class': 'details-buttons'
- }).prependTo(ul);
+ var buttons = $('.action-controls',action_panel);
$('<input/>', {
'type': 'text',