fixed ajax forms (ending slash)
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
var data = new FormData(frm[0]);
|
||||
|
||||
$.ajax({
|
||||
url: "/rowers/virtualevents",
|
||||
url: "/rowers/virtualevents/",
|
||||
type: "POST",
|
||||
contentType: false,
|
||||
processData: false,
|
||||
|
||||
Reference in New Issue
Block a user