fixed ajax forms (ending slash)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user