Commit bc4bf154 by Albert (AJ) St. Aubin Committed by GitHub

Merge pull request #119 from edx-solutions/aj/button_focus

Changed the order of the submit button to match capa action bar on pl…
parents 9afddec4 6f31706b
...@@ -567,8 +567,8 @@ function DragAndDropTemplates(configuration) { ...@@ -567,8 +567,8 @@ function DragAndDropTemplates(configuration) {
]), ]),
]), ]),
h("div.actions-toolbar", {attributes: {'role': 'group', 'aria-label': gettext('Actions')}}, [ h("div.actions-toolbar", {attributes: {'role': 'group', 'aria-label': gettext('Actions')}}, [
sidebarTemplate(ctx),
(ctx.show_submit_answer ? submitAnswerTemplate(ctx) : null), (ctx.show_submit_answer ? submitAnswerTemplate(ctx) : null),
sidebarTemplate(ctx),
]), ]),
keyboardHelpPopupTemplate(ctx), keyboardHelpPopupTemplate(ctx),
feedbackTemplate(ctx), feedbackTemplate(ctx),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment