Private
Public Access
1
0

fixed ajax forms (ending slash)

This commit is contained in:
Sander Roosendaal
2019-01-05 19:17:33 +01:00
parent f7acc1063c
commit fb872eac7c
5 changed files with 4 additions and 4 deletions

View File

@@ -180,7 +180,7 @@
$.ajax({
data: data,
type: $(this).attr('method'),
url: '/rowers/courses/upload',
url: '/rowers/courses/upload/',
contentType: false,
processData: false,
error: function(result) {