Swap update and reset buttons

pull/1/head
David Benqué 2021-06-14 15:07:27 +01:00
parent dc091b81c7
commit bba014af99
1 changed files with 1 additions and 1 deletions

View File

@ -1931,7 +1931,7 @@ define([
return h('div.cp-form-send-container', [
invalid,
cbox ? h('div.cp-form-anon-answer', cbox) : undefined,
send, reset
reset, send
]);
};
var updateForm = function (framework, content, editable, answers, temp) {