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, 2 insertions, 2 deletions
diff --git a/install/static/details.js b/install/static/details.js
index 49957a56..ee61f0cf 100644
--- a/install/static/details.js
+++ b/install/static/details.js
@@ -457,9 +457,9 @@ function ipa_details_create(container)
'class': 'content'
}).appendTo(container);
- var buttons = $('<div/>', {
+ var buttons = $('<li/>', {
'class': 'details-buttons'
- }).appendTo(details);
+ }).prependTo($('.action-panel ul'));
buttons.append(ipa_button({
'label': 'Reset',