Commit 29f4929f authored by Alfredo Sumaran's avatar Alfredo Sumaran

Add missing url param to ajax call

parent 5b2cbee5
......@@ -93,7 +93,8 @@
e.preventDefault();
$.ajax({
method: 'POST',
url: this.$form.attr('action'),
method: this.$form.attr('method'),
data: this.getFormData()
})
.success(() => {
......
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