diff options
Diffstat (limited to 'assets/js/core/modal.js')
-rw-r--r-- | assets/js/core/modal.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/assets/js/core/modal.js b/assets/js/core/modal.js index 792e7316..0bbd975b 100644 --- a/assets/js/core/modal.js +++ b/assets/js/core/modal.js @@ -167,6 +167,7 @@ replace(response); }); }, - getForm: getForm + getForm: getForm, + submitForm: submitForm }; }()); |