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

@@ -171,7 +171,7 @@
$.ajax({
data: data,
type: $(this).attr('method'),
url: '/rowers/workout/{{ workout.id }}/image',
url: '/rowers/workout/{{ workout.id }}/image/',
contentType: false,
processData: false,
error: function(result) {