Commit 6f31706b by Albert St. Aubin

Changed the order of the submit button to match capa action bar on platform.

parent 9afddec4
...@@ -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