Fix form submit when using keyboard shortcuts

This commit is contained in:
Frederic Guillot
2017-01-28 16:44:10 -05:00
parent 522ceae6bb
commit 58fac9b1be
3 changed files with 15 additions and 12 deletions

View File

@@ -167,6 +167,7 @@
replace(response);
});
},
getForm: getForm
getForm: getForm,
submitForm: submitForm
};
}());